Files
presentation01/netlify.toml
loveuer c01b2bc327 🎉
2025-07-27 22:45:52 +08:00

17 lines
230 B
TOML

[build]
publish = "dist"
command = "npm run build"
[build.environment]
NODE_VERSION = "20"
[[redirects]]
from = "/.well-known/*"
to = "/.well-known/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200