We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
baseURL
1 parent 2f967e9 commit ee600b4Copy full SHA for ee600b4
1 file changed
src/nitro.ts
@@ -71,6 +71,7 @@ export async function setupNitroBridge () {
71
nodeModulesDirs: nuxt.options.modulesDir,
72
handlers: [],
73
devHandlers: [],
74
+ baseURL: nuxt.options.app.baseURL || '/',
75
virtual: {},
76
runtimeConfig: {
77
...nuxt.options.runtimeConfig,
0 commit comments