Skip to content

Commit 6e1747b

Browse files
committed
Removed trailing slash force plugin
1 parent 5c48db6 commit 6e1747b

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module.exports = {
5151
siteMetadata: {
5252
siteUrl: process.env.SITEURL || config.siteUrl,
5353
},
54+
trailingSlash: 'always',
5455
plugins: [
5556
/**
5657
* Content Plugins
@@ -198,7 +199,6 @@ module.exports = {
198199
},
199200
`gatsby-plugin-catch-links`,
200201
`gatsby-plugin-react-helmet`,
201-
`gatsby-plugin-force-trailing-slashes`,
202202
`gatsby-plugin-offline`,
203203
],
204204
};

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"gatsby-plugin-advanced-sitemap": "2.1.0",
4747
"gatsby-plugin-catch-links": "4.15.0",
4848
"gatsby-plugin-feed": "4.15.0",
49-
"gatsby-plugin-force-trailing-slashes": "1.0.6",
5049
"gatsby-plugin-image": "2.15.0",
5150
"gatsby-plugin-manifest": "4.15.0",
5251
"gatsby-plugin-offline": "5.15.0",

yarn.lock

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -991,13 +991,6 @@
991991
core-js-pure "^3.20.2"
992992
regenerator-runtime "^0.13.4"
993993

994-
995-
version "7.12.5"
996-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
997-
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
998-
dependencies:
999-
regenerator-runtime "^0.13.4"
1000-
1001994
1002995
version "7.14.0"
1003996
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
@@ -6078,13 +6071,6 @@ [email protected]:
60786071
lodash.merge "^4.6.2"
60796072
rss "^1.2.2"
60806073

6081-
6082-
version "1.0.6"
6083-
resolved "https://registry.yarnpkg.com/gatsby-plugin-force-trailing-slashes/-/gatsby-plugin-force-trailing-slashes-1.0.6.tgz#f170b5919e16e2dca52689b5430688e92bf1895e"
6084-
integrity sha512-fFkgLqcu0AvFiwLe/Do/pZB+k2jYx6FfHFUgPvoD2PpxSDwyUR8CONZKlhmtuJ6foaaFSsD+vvmRWhfLqpAECQ==
6085-
dependencies:
6086-
"@babel/runtime" "7.12.5"
6087-
60886074
60896075
version "2.15.0"
60906076
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.15.0.tgz#5c2f2de7bf053518295da4b2dafee5fddbf23897"

0 commit comments

Comments
 (0)