Skip to content

Commit 366dd69

Browse files
committed
fix(config): use NUXT_APP_BASE_URL for dynamic base URL configuration
1 parent fcb115c commit 366dd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const baseURL = process.env.NODE_ENV === 'production' ? '/flowforge/' : '/'
1+
const baseURL = process.env.NUXT_APP_BASE_URL || '/'
22

33
export default defineAppConfig({
44
docus: {

0 commit comments

Comments
 (0)