refactoring
All checks were successful
Deploy / build (push) Successful in 1m2s

This commit is contained in:
alsaze 2025-11-21 13:33:00 +03:00
parent c06d1d336d
commit 769720024f

View File

@ -21,6 +21,11 @@ export default defineNuxtConfig({
],
'vue-yandex-maps/nuxt',
],
runtimeConfig: {
public: {
yandexMapsApiKey: process.env.VITE_YANDEX_MAPS_TOKEN,
},
},
yandexMaps: {
apikey: process.env.VITE_YANDEX_MAPS_TOKEN,
},