Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e4765 commit e2aa5a7Copy full SHA for e2aa5a7
gatsby-config.js
@@ -16,6 +16,12 @@ module.exports = {
16
name: "docs",
17
},
18
19
+ {
20
+ resolve: 'gatsby-plugin-sri',
21
+ options: {
22
+ hash: 'sha384'
23
+ },
24
25
{
26
resolve: `gatsby-plugin-google-analytics`,
27
options: {
package.json
@@ -12,6 +12,7 @@
12
"gatsby-plugin-sass": "^1.0.25",
13
"gatsby-plugin-sharp": "^1.6.42",
14
"gatsby-plugin-sitemap": "^1.2.23",
15
+ "gatsby-plugin-sri": "^1.0.3",
"gatsby-remark-images": "^1.5.61",
"gatsby-source-filesystem": "^1.5.32",
"gatsby-transformer-remark": "^1.7.40",
0 commit comments