Open
Description
๐ The bug
_vfs cannot been retrieved if baseURL is different than / and behind proxy
๐ ๏ธ To reproduce
export default defineNuxtConfig({
app: { baseURL: '/prefix/' },
devtools: { enabled: true },
});
Put your app behind a proxy which serve only your baseUrl
๐ Expected behavior
_vfs.json is fetched using /prefix/_vfs.json
โน๏ธ Additional context