Skip to content

Commit

Permalink
feat(nuxt.config): baseURL: process.env.BASE_URL ?? ""
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Nov 23, 2024
1 parent b32bc87 commit 0ad31dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os-checks/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineNuxtConfig({
compatibilityDate: '2024-10-22',
app: {
// baseURL: '/os-checker/',
baseURL: process.env.BASE_URL ?? "",
head: { link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }] }
},
devtools: {
Expand Down

0 comments on commit 0ad31dc

Please sign in to comment.