Austens-Wedding-Guide/netlify.toml
2024-12-04 21:42:08 -05:00

8 lines
120 B
TOML

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