We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32bc87 commit 0ad31dcCopy full SHA for 0ad31dc
os-checks/nuxt.config.ts
@@ -5,6 +5,7 @@ export default defineNuxtConfig({
5
compatibilityDate: '2024-10-22',
6
app: {
7
// baseURL: '/os-checker/',
8
+ baseURL: process.env.BASE_URL ?? "",
9
head: { link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }] }
10
},
11
devtools: {
0 commit comments