Skip to content

Commit

Permalink
chore:revert the commits as it doesn't fix the issue, furthermore cre…
Browse files Browse the repository at this point in the history
…ates other bugs
  • Loading branch information
sysrex committed Nov 4, 2024
1 parent 8754da8 commit b8d64b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,19 +142,5 @@ module.exports = {
timeout: 3500, // number; the amount of time, in milliseconds, that you want to allow mailchimp to respond to your request before timing out. defaults to 3500
},
},
{
resolve: "gatsby-plugin-csp",
options: {
disableOnDev: true,
mergeDefaultDirectives: true,
mergeScriptHashes: true,
directives: {
'script-src': `'self' 'unsafe-inline'`,
'style-src': `'self' 'unsafe-inline'`,
'img-src': `'self'`,
'font-src': `'self'`,
},
},
},
],
};
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"gatsby": "^5.12.11",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-csp": "^1.1.4",
"gatsby-plugin-gatsby-cloud": "5.12.2",
"gatsby-plugin-google-analytics": "5.12.0",
"gatsby-plugin-image": "^3.12.3",
Expand Down

0 comments on commit b8d64b1

Please sign in to comment.