2024-10-workshop-talk-five-.../netlify.toml
Norman Köhring 27a1deac0b slides
2024-10-04 15:45:04 +02:00

16 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