maybe i should read the docs next time

This commit is contained in:
2024-10-27 20:54:34 +01:00
parent 6510ba9fb3
commit c401f62845

View File

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