bugfix: fix public runtime config (was private by accident)

This commit is contained in:
Settel 2022-11-18 09:25:20 +01:00
parent 241568ae26
commit f143fb68d2

View File

@ -12,7 +12,9 @@ export default defineNuxtConfig({
'nuxt-icons', 'nuxt-icons',
], ],
runtimeConfig: { runtimeConfig: {
public: {
serverBaseUrl: '/', serverBaseUrl: '/',
version, version,
}, },
},
}) })