Skip to content

Commit

Permalink
chore: does this still work?
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril committed Jan 15, 2025
1 parent c14eb66 commit aa7ea39
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions www/gatsby-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit aa7ea39

Please sign in to comment.