Skip to content

Commit b72e0dd

Browse files
committed
refactor(config): remove baseURL configuration from nuxt.config.ts
1 parent 9ec0b7e commit b72e0dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/nuxt.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default defineNuxtConfig({
77
name: 'Flowforge',
88
},
99
app: {
10-
baseURL: process.env.NODE_ENV === 'production' ? '/flowforge/' : '/',
1110
buildAssetsDir: 'assets', // avoid underscore prefix for GitHub Pages
1211
head: {
1312
link: [

0 commit comments

Comments
 (0)