init runtime.public ;; cleared up misc errors

This commit is contained in:
wommy 2024-09-24 02:59:35 -04:00
parent 2baf50da12
commit e77609ed57
10 changed files with 17 additions and 18 deletions

View file

@ -15,9 +15,11 @@ export default defineNuxtConfig({
},
telemetry: false,
publicRuntimeConfig: {
version: pkg.version,
routerBasePath
runtimeConfig: {
public: {
version: pkg.version,
routerBasePath
}
},
// Global page headers: https://go.nuxtjs.dev/config-head