fix header typo

This commit is contained in:
2024-10-27 20:54:53 +01:00
parent c401f62845
commit 1980f63259

View File

@@ -16,9 +16,9 @@ const nextConfig: NextConfig = {
headers: async () => { headers: async () => {
return [ return [
{ {
source: "/:path*",
headers: [ headers: [
{ {
source: "/:path*",
key: "X-Frame-Options", key: "X-Frame-Options",
value: "ALLOWALL" value: "ALLOWALL"
}, },