Skip to content

Commit

Permalink
chore(frontend): set i18n.baseUrl for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
NamesMT committed Jul 13, 2024
1 parent 67fb235 commit 500e2f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default defineNuxtConfig({
},

i18n: {
baseUrl: import.meta.env.NUXT_PUBLIC_FRONTEND_URL,
vueI18n: './i18n.config.ts',
strategy: 'no_prefix',
defaultLocale: 'en',
Expand Down

0 comments on commit 500e2f2

Please sign in to comment.