fix : add workers info

This commit is contained in:
GuillaumeSD
2025-04-20 16:27:44 +02:00
parent 6c0da2a1f0
commit d5f2e096cd
2 changed files with 9 additions and 1 deletions

View File

@@ -37,6 +37,14 @@ const nextConfig = (phase: string): NextConfig => ({
key: "Cross-Origin-Opener-Policy",
value: "same-origin",
},
{
key: "Cache-Control",
value: "public, max-age=31536000, immutable",
},
{
key: "Age",
value: "181921",
},
],
},
{