diff --git a/apps/web/public/well-known/security.txt b/apps/web/public/security.txt similarity index 100% rename from apps/web/public/well-known/security.txt rename to apps/web/public/security.txt diff --git a/apps/web/vercel.json b/apps/web/vercel.json index 1483ca2..dd88d9e 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -3,13 +3,13 @@ "redirects": [ { "source": "/.well-known/security.txt", - "destination": "/well-known/security.txt", + "destination": "/security.txt", "permanent": true } ], "rewrites": [ { - "source": "/((?!assets/|robots\\.txt|sitemap\\.xml|well-known/|.*\\.(?:png|jpg|jpeg|gif|svg|ico|txt|js|css)$).*)", + "source": "/((?!assets/|robots\\.txt|sitemap\\.xml|.*\\.(?:png|jpg|jpeg|gif|svg|ico|txt|js|css)$).*)", "destination": "/index.html" } ] diff --git a/vercel.json b/vercel.json index 1483ca2..dd88d9e 100644 --- a/vercel.json +++ b/vercel.json @@ -3,13 +3,13 @@ "redirects": [ { "source": "/.well-known/security.txt", - "destination": "/well-known/security.txt", + "destination": "/security.txt", "permanent": true } ], "rewrites": [ { - "source": "/((?!assets/|robots\\.txt|sitemap\\.xml|well-known/|.*\\.(?:png|jpg|jpeg|gif|svg|ico|txt|js|css)$).*)", + "source": "/((?!assets/|robots\\.txt|sitemap\\.xml|.*\\.(?:png|jpg|jpeg|gif|svg|ico|txt|js|css)$).*)", "destination": "/index.html" } ]