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.
1 parent 7569c6e commit b7d6090Copy full SHA for b7d6090
nuxt.config.mjs
@@ -5,7 +5,7 @@ process.env.NUXT_APP_BASE_URL = '/nuxt3-win32-posix-path/'
5
const baseURL = process.env.NUXT_APP_BASE_URL || '/nuxt3-win32-posix-path/'
6
export default defineNuxtConfig({
7
ssr:false,
8
- baseURL,
+ // baseURL,//this breaks it? wth
9
// env: {
10
// NUXT_APP_BASE_URL: process.env.NUXT_APP_BASE_URL || 'http://localhost:3000',
11
// }
0 commit comments