diff --git a/.gitignore b/.gitignore index bd6f311..f4e3c46 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ node_modules/ .parcel-cache/ *.csv -dist/ \ No newline at end of file +dist/* \ No newline at end of file diff --git a/netlify.toml b/netlify.toml index 84e6c29..fe470e1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,2 +1,3 @@ -publish = "dist" +base = "src/" +publish = "dist/" command = "npm run build" \ No newline at end of file