Skip to content

Commit 0b08743

Browse files
committed
Trying base url
1 parent a508577 commit 0b08743

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export default defineNuxtConfig({
2020
indexable: process.env.NUXT_SITE_ENV === 'production',
2121
trailingSlash: true
2222
},
23+
app: {
24+
baseURL: process.env.NUXT_APP_BASE_URL,
25+
},
2326
image: {
2427
ipx: {
2528
modifiers: {

0 commit comments

Comments
 (0)