Skip to content

Commit 53fc0e7

Browse files
committed
chore: add documentation
1 parent 76dfa83 commit 53fc0e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Providing i18n and l10n to Gatsby. Besides translating pages and Markdown files,
6767
pathBlacklist: [
6868
'/pages' // /pages/products/gummibears/ becomes /products/gummibears/
6969
],
70+
// set handling of trailing slashes
71+
// set it to the same value as for the rest of Gatsby
7072
// behaves like https://www.gatsbyjs.com/docs/reference/config-files/gatsby-config/#trailingslash
7173
// default: always
7274
trailingSlash: 'always'

0 commit comments

Comments
 (0)