fix: apply CSP nonce to Next scripts
Magent CI/CD / verify (push) Successful in 4m41s
Magent CI/CD / deploy-beta (push) Successful in 1m40s

This commit is contained in:
2026-09-17 22:51:23 +12:00
parent 91a950a3b0
commit a6a4a9aa24
4 changed files with 9 additions and 4 deletions
+4
View File
@@ -25,6 +25,10 @@ const nextConfig = {
},
async rewrites() {
return [
{
source: "/favicon.ico",
destination: `${backendUrl}/branding/favicon.ico`,
},
{
source: "/api/:path*",
destination: `${backendUrl}/:path*`,