Skip to content

Commit b7d6090

Browse files
committed
cygwin works... but broke the push to gh
1 parent 7569c6e commit b7d6090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ process.env.NUXT_APP_BASE_URL = '/nuxt3-win32-posix-path/'
55
const baseURL = process.env.NUXT_APP_BASE_URL || '/nuxt3-win32-posix-path/'
66
export default defineNuxtConfig({
77
ssr:false,
8-
baseURL,
8+
// baseURL,//this breaks it? wth
99
// env: {
1010
// NUXT_APP_BASE_URL: process.env.NUXT_APP_BASE_URL || 'http://localhost:3000',
1111
// }

0 commit comments

Comments
 (0)