Files
remanso/netlify.toml
Julien Calixte 8e8706e258 chore: init oxc
2026-03-28 09:34:04 +01:00

25 lines
392 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