Skip to content

Commit 81adb1d

Browse files
committed
some changes
Signed-off-by: ShashaankS <[email protected]>
1 parent b56151c commit 81adb1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gatsby-config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ module.exports = {
1818
trailingSlash: "never",
1919
plugins: [
2020
{
21-
resolve: `gatsby-plugin-netlify`,
21+
resolve: "gatsby-plugin-netlify",
2222
options: {
2323
headers: {
24-
'/*': [
25-
'X-Frame-Options: SAMEORIGIN',
24+
"/*": [
25+
"X-Frame-Options: SAMEORIGIN",
2626
"Content-Security-Policy: frame-ancestors 'self'",
2727
],
2828
},

0 commit comments

Comments
 (0)