mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
Implement mapbox and set variables in env
This commit is contained in:
@@ -21,7 +21,8 @@ export default defineNuxtConfig({
|
||||
'@nuxtjs/google-fonts',
|
||||
'@nuxthq/studio',
|
||||
'@nuxt/image',
|
||||
'@nuxtjs/i18n'
|
||||
'@nuxtjs/i18n',
|
||||
'nuxt-mapbox'
|
||||
],
|
||||
|
||||
// Nuxt Hub
|
||||
@@ -119,6 +120,13 @@ export default defineNuxtConfig({
|
||||
public: {
|
||||
cloud: {
|
||||
resume: ''
|
||||
},
|
||||
mapbox: {
|
||||
accessToken: '',
|
||||
style: {
|
||||
light: '',
|
||||
dark: ''
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user