diff --git a/www/gatsby-config.mjs b/www/gatsby-config.mjs index 500190d911..13cb4f5763 100644 --- a/www/gatsby-config.mjs +++ b/www/gatsby-config.mjs @@ -149,17 +149,17 @@ export default { // * https://www.netlify.com/blog/gatsby-adapters-realize-the-full-potential-of-gatsby-on-your-platform/ // * https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/adapters/ // * https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options - headers: [ - { - source: '*', - headers: [ - { - key: 'X-Frame-Options', - value: 'SAMEORIGIN', - } - ], - }, - ], + // headers: [ + // { + // source: '*', + // headers: [ + // { + // key: 'X-Frame-Options', + // value: 'SAMEORIGIN', + // } + // ], + // }, + // ], flags: { FAST_DEV: true, },