Skip to content

Commit

Permalink
fix: add exclude pages to starter
Browse files Browse the repository at this point in the history
  • Loading branch information
3nvi committed Mar 28, 2020
1 parent d09391b commit b75252c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-starter-intl/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
options: {
supportedLanguages: ["en", "el"],
defaultLanguage: "en",
excludedPages: [], // we don't exclude any page since even the 404 page in this example can be i18n-compatible
i18nextConfig: {
resources,
},
Expand Down

0 comments on commit b75252c

Please sign in to comment.