Skip to content

Commit ee600b4

Browse files
committed
fix: pass nuxt baseURL to nitro
1 parent 2f967e9 commit ee600b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/nitro.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export async function setupNitroBridge () {
7171
nodeModulesDirs: nuxt.options.modulesDir,
7272
handlers: [],
7373
devHandlers: [],
74+
baseURL: nuxt.options.app.baseURL || '/',
7475
virtual: {},
7576
runtimeConfig: {
7677
...nuxt.options.runtimeConfig,

0 commit comments

Comments
 (0)