a39.ca/netlify.toml

11 lines
173 B
TOML
Raw Normal View History

2023-08-28 15:55:27 +00:00
# example netlify.toml
[build]
command = "hugo"
functions = "netlify/functions"
publish = "public"
[dev]
command = "hugo server"
port = 1313
publish = "public"