bugfix: fix public runtime config (was private by accident)
This commit is contained in:
parent
241568ae26
commit
f143fb68d2
@ -12,7 +12,9 @@ export default defineNuxtConfig({
|
||||
'nuxt-icons',
|
||||
],
|
||||
runtimeConfig: {
|
||||
serverBaseUrl: '/',
|
||||
version,
|
||||
public: {
|
||||
serverBaseUrl: '/',
|
||||
version,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user