Skip to content

Commit

Permalink
Removed trailing slash force plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aileen committed May 30, 2022
1 parent 5c48db6 commit 6e1747b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module.exports = {
siteMetadata: {
siteUrl: process.env.SITEURL || config.siteUrl,
},
trailingSlash: 'always',
plugins: [
/**
* Content Plugins
Expand Down Expand Up @@ -198,7 +199,6 @@ module.exports = {
},
`gatsby-plugin-catch-links`,
`gatsby-plugin-react-helmet`,
`gatsby-plugin-force-trailing-slashes`,
`gatsby-plugin-offline`,
],
};
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"gatsby-plugin-advanced-sitemap": "2.1.0",
"gatsby-plugin-catch-links": "4.15.0",
"gatsby-plugin-feed": "4.15.0",
"gatsby-plugin-force-trailing-slashes": "1.0.6",
"gatsby-plugin-image": "2.15.0",
"gatsby-plugin-manifest": "4.15.0",
"gatsby-plugin-offline": "5.15.0",
Expand Down
14 changes: 0 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -991,13 +991,6 @@
core-js-pure "^3.20.2"
regenerator-runtime "^0.13.4"

"@babel/runtime@7.12.5":
version "7.12.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@7.14.0":
version "7.14.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
Expand Down Expand Up @@ -6078,13 +6071,6 @@ gatsby-plugin-feed@4.15.0:
lodash.merge "^4.6.2"
rss "^1.2.2"

gatsby-plugin-force-trailing-slashes@1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/gatsby-plugin-force-trailing-slashes/-/gatsby-plugin-force-trailing-slashes-1.0.6.tgz#f170b5919e16e2dca52689b5430688e92bf1895e"
integrity sha512-fFkgLqcu0AvFiwLe/Do/pZB+k2jYx6FfHFUgPvoD2PpxSDwyUR8CONZKlhmtuJ6foaaFSsD+vvmRWhfLqpAECQ==
dependencies:
"@babel/runtime" "7.12.5"

gatsby-plugin-image@2.15.0:
version "2.15.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.15.0.tgz#5c2f2de7bf053518295da4b2dafee5fddbf23897"
Expand Down

0 comments on commit 6e1747b

Please sign in to comment.