Austens-Wedding-Guide/netlify.toml
2024-12-04 23:39:14 -05:00

11 lines
168 B
TOML

[build]
command = "npm run build"
publish = "dist"
[build.environment]
NODE_VERSION = "18.20.5"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200