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',
|
'nuxt-icons',
|
||||||
],
|
],
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
serverBaseUrl: '/',
|
public: {
|
||||||
version,
|
serverBaseUrl: '/',
|
||||||
|
version,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user