fix: redirect from netlify

This commit is contained in:
Julien Calixte
2026-03-10 12:37:15 +01:00
parent 8843d67a80
commit a234d590bd
3 changed files with 16 additions and 3 deletions

View File

@@ -7,6 +7,17 @@ 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 = "/"