Skip to content

Commit 0ad31dc

Browse files
committed
feat(nuxt.config): baseURL: process.env.BASE_URL ?? ""
1 parent b32bc87 commit 0ad31dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

os-checks/nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineNuxtConfig({
55
compatibilityDate: '2024-10-22',
66
app: {
77
// baseURL: '/os-checker/',
8+
baseURL: process.env.BASE_URL ?? "",
89
head: { link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }] }
910
},
1011
devtools: {

0 commit comments

Comments
 (0)