mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-03 03:32:21 +01:00
Add mapbox
This commit is contained in:
@@ -21,6 +21,7 @@ export default defineNuxtConfig({
|
||||
'@nuxthq/studio',
|
||||
'@nuxt/image',
|
||||
'@nuxtjs/i18n',
|
||||
'nuxt-mapbox',
|
||||
],
|
||||
|
||||
// Nuxt Hub
|
||||
@@ -105,6 +106,13 @@ export default defineNuxtConfig({
|
||||
cloud: {
|
||||
resume: '',
|
||||
},
|
||||
mapbox: {
|
||||
accessToken: '',
|
||||
style: {
|
||||
light: '',
|
||||
dark: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user