Skip to content

Commit dfb07e1

Browse files
committed
docs(README): siteUrl option remove trailing slash
1 parent 10b653b commit dfb07e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ plugins: [
6969
languages: [`en`, `es`, `de`],
7070
defaultLanguage: `en`,
7171
// if you are using Helmet, you must include siteUrl, and make sure you add http:https
72-
siteUrl: `https://example.com/`,
72+
siteUrl: `https://example.com`,
7373
// if you are using trailingSlash gatsby config include it here, as well (the default is 'always')
7474
trailingSlash: 'always',
7575
// you can pass any i18next options

0 commit comments

Comments
 (0)