Skip to content

Commit

Permalink
feat: add i18n base url configuration
Browse files Browse the repository at this point in the history
- set baseUrl to env variable
  • Loading branch information
bartoszherba committed Jul 29, 2022
1 parent 03eb09f commit 1ad60a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default () => {
],
i18n: {
country: 'US',
baseUrl: process.env.VSF_STORE_URL,
strategy: 'prefix',
locales: [
{
Expand Down

0 comments on commit 1ad60a4

Please sign in to comment.