6 lines
No EOL
174 B
TOML
6 lines
No EOL
174 B
TOML
[build]
|
|
functions = "functions"
|
|
# This will be run the site build
|
|
command = "gatsby build"
|
|
# This is the directory is publishing to netlify's CDN
|
|
publish = "public" |