Files
remanso/netlify.toml
2026-02-14 10:58:25 +01:00

14 lines
176 B
TOML

[build]
publish = "dist"
command = "pnpm build"
[[redirects]]
from = "/.well-known/*"
to = "/.well-known/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/"
status = 200