Closed okxiaoliang4 closed 11 months ago
I have made a PR for this issue: https://github.com/caoxiemeihao/nuxt-electron/pull/60
Meanwhile, the solution will be to add this to your nuxt.config.ts
:
nitro: {
runtimeConfig: {
app: {
baseURL: './',
}
}
}
downgrade to nuxt@^3.7.0 works fine