fix header typo
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user