edits toml and runs init

This commit is contained in:
Tara Z. Manicsic 2022-02-21 11:43:00 -05:00
parent 131835a28a
commit f590324315
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -88,3 +88,6 @@ sw.*
# Vim swap files # Vim swap files
*.swp *.swp
# Local Netlify folder
.netlify

View File

@ -1,7 +1,7 @@
## This is the configuration file for Netlify ## This is the configuration file for Netlify
## https://docs.netlify.com/configure-builds/file-based-configuration/ ## https://docs.netlify.com/configure-builds/file-based-configuration/
[[build]] [build]
command = "npm run generate" # how to build your project command = "npm run generate" # how to build your project
functions = "netlify/functions" # where Netlify Functions live functions = "netlify/functions" # where Netlify Functions live
publish = "dist" # where the built project lives publish = "dist" # where the built project lives