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 () => {
return [
{
source: "/:path*",
headers: [
{
source: "/:path*",
key: "X-Frame-Options",
value: "ALLOWALL"
},