Update netlify config

This commit is contained in:
Nick Playfair 2021-03-07 17:07:05 +00:00
parent 0d0eda4567
commit 504add22de
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@
node_modules/ node_modules/
.parcel-cache/ .parcel-cache/
*.csv *.csv
dist/ dist/*

View File

@ -1,2 +1,3 @@
publish = "dist" base = "src/"
publish = "dist/"
command = "npm run build" command = "npm run build"