a39.ca/netlify.toml

18 lines
300 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"
2023-08-28 19:18:05 +00:00
[build.environment]
HUGO_VERSION = "0.116.1"
2023-08-28 15:55:27 +00:00
[dev]
command = "hugo server"
2023-08-28 19:18:05 +00:00
port = 3000
2023-08-28 15:55:27 +00:00
publish = "public"
2023-08-29 02:58:40 +00:00
[[redirects]]
from="/api/*"
to="/.netlify/functions/:splat"
status = 200