Skip to content

Commit 944fc55

Browse files
committed
added base url
1 parent 506bec9 commit 944fc55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export default defineNuxtConfig({
1111
preset: 'github-pages',
1212
//preset: 'static',
1313
},
14+
app: {
15+
//baseURL: '/comforterpdocsnuxt/'
16+
baseURL: process.env.BASE_URL || '/comforterpdocsnuxt/',
17+
},
1418
ssr: true,
1519
devtools: {enabled: true},
1620
modules: [

0 commit comments

Comments
 (0)