File tree 3 files changed +9
-7
lines changed 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ module.exports = {
70
70
} ,
71
71
`gatsby-plugin-styled-components` ,
72
72
`gatsby-plugin-react-helmet` ,
73
+ `gatsby-plugin-remove-trailing-slashes` ,
73
74
`gatsby-plugin-sitemap` ,
74
75
{
75
76
resolve : `gatsby-plugin-google-tagmanager` ,
Original file line number Diff line number Diff line change 59
59
},
60
60
"devDependencies" : {
61
61
"extract-text-webpack-plugin" : " 1.0.1" ,
62
+ "gatsby-plugin-remove-trailing-slashes" : " ^2.0.6" ,
62
63
"prettier" : " ^1.8.2" ,
63
64
"rimraf" : " ^2.6.2" ,
64
65
"terser" : " ^3.10.13" ,
Original file line number Diff line number Diff line change 2142
2142
dependencies:
2143
2143
"@types/react" "*"
2144
2144
2145
- "@types/react-dom@^16.0.11":
2146
- version "16.0.11"
2147
- resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.0.11.tgz#bd10ccb0d9260343f4b9a49d4f7a8330a5c1f081"
2148
- integrity sha512-x6zUx9/42B5Kl2Vl9HlopV8JF64wLpX3c+Pst9kc1HgzrsH+mkehe/zmHMQTplIrR48H2gpU7ZqurQolYu8XBA==
2149
- dependencies:
2150
- "@types/react" "*"
2151
-
2152
2145
"@types/react@*":
2153
2146
version "16.3.16"
2154
2147
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.3.16.tgz#78fc44a90b45701f50c8a7008f733680ba51fc86"
@@ -9547,6 +9540,13 @@ gatsby-plugin-react-helmet@^3.0.3:
9547
9540
dependencies:
9548
9541
"@babel/runtime" "^7.0.0"
9549
9542
9543
+ gatsby-plugin-remove-trailing-slashes@^2.0.6:
9544
+ version "2.0.6"
9545
+ resolved "https://registry.yarnpkg.com/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.0.6.tgz#fd73291fc89aaecae97834269728d84699872867"
9546
+ integrity sha512-q+bE/iPAD6uA8otMmIatKTs9xuH4Zu/LUX58h3z9duwNMVtjtPVi3q/HHL5kH4DLGdEUJBavfNIcZUE0ehM96w==
9547
+ dependencies:
9548
+ "@babel/runtime" "^7.0.0"
9549
+
9550
9550
gatsby-plugin-sharp@^1.6.47:
9551
9551
version "1.6.48"
9552
9552
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.48.tgz#9bb7515da9c7753b3065c51b2d35a0de5b9aa1f5"
You can’t perform that action at this time.
0 commit comments