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

View File

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