🚚 Rename base env
This commit is contained in:
parent
c7c510f1ce
commit
e120b6e500
@ -14,6 +14,6 @@ export default defineNuxtConfig({
|
|||||||
{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200' }
|
{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
baseURL: Optional.ofNullable(process.env.NUXT_ROOT_PATH).orElse("/")
|
baseURL: Optional.ofNullable(process.env.NUXT_PUBLIC_ROOT_PATH).orElse("/")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user