Skip to content

Commit

Permalink
iframe for jamstackthemes
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolNet committed Apr 27, 2022
1 parent e554719 commit 5f3e562
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 8 deletions.
10 changes: 10 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,15 @@ module.exports = {
},
},
'gatsby-plugin-postcss',
{
resolve: 'gatsby-plugin-gatsby-cloud',
options: {
headers: {
'/*': [
'x-frame-options: allow-from https://jamstackthemes.dev/',
],
},
},
},
],
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@tailwindcss/line-clamp": "^0.3.1",
"flotiq-components-react": "^1.0.0",
"gatsby": "^4.7.2",
"gatsby-plugin-gatsby-cloud": "^4.13.0",
"gatsby-plugin-google-analytics": "^4.7.0",
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-manifest": "^4.7.0",
Expand Down
Loading

0 comments on commit 5f3e562

Please sign in to comment.