mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
Add weather and map
This commit is contained in:
@@ -22,7 +22,8 @@ export default defineNuxtConfig({
|
||||
'nuxt-auth-utils',
|
||||
'@nuxt/content',
|
||||
'@nuxthq/studio',
|
||||
"@nuxt/image"
|
||||
'@nuxt/image',
|
||||
'nuxt-mapbox',
|
||||
],
|
||||
|
||||
// Nuxt UI
|
||||
@@ -71,8 +72,18 @@ export default defineNuxtConfig({
|
||||
|
||||
// Nuxt Env
|
||||
runtimeConfig: {
|
||||
openWeather: {
|
||||
apiKey: '',
|
||||
lat: '',
|
||||
lon: '',
|
||||
lang: '',
|
||||
units: '',
|
||||
},
|
||||
public: {
|
||||
test: '',
|
||||
mapbox: {
|
||||
style: '',
|
||||
accessToken: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user