Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Mar 4, 2024
1 parent da80f9d commit 7ceb67d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@ export default defineConfig({
build: {
format: "directory",
},
i18n: {
defaultLocale: "en",
locales: ["en", "ar", "es", "hi", "ko", "pt-br", "sk", "zh"],
routing: {
prefixDefaultLocale: true,
},
},
});

0 comments on commit 7ceb67d

Please sign in to comment.