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 76dfa83 commit 53fc0e7Copy full SHA for 53fc0e7
README.md
@@ -67,6 +67,8 @@ Providing i18n and l10n to Gatsby. Besides translating pages and Markdown files,
67
pathBlacklist: [
68
'/pages' // /pages/products/gummibears/ becomes /products/gummibears/
69
],
70
+ // set handling of trailing slashes
71
+ // set it to the same value as for the rest of Gatsby
72
// behaves like https://www.gatsbyjs.com/docs/reference/config-files/gatsby-config/#trailingslash
73
// default: always
74
trailingSlash: 'always'
0 commit comments