Files
remanso/netlify.toml
2026-03-10 12:45:04 +01:00

25 lines
398 B
TOML

[build]
publish = "dist"
command = "pnpm build"
[[redirects]]
from = "/.well-known/*"
to = "/.well-known/:splat"
status = 200
[[headers]]
for = "/client-metadata.json"
[headers.values]
Access-Control-Allow-Origin = "*"
Content-Type = "application/json"
[[redirects]]
from = "/client-metadata.json"
to = "/client-metadata.json"
status = 200
[[redirects]]
from = "/*"
to = "/"
status = 200