PNKBizz

Results 41 comments of PNKBizz

Вот так работает ```env NUXT_PUBLIC_YANDEX_MAPS_APIKEY=xxxx ``` ```ts export default defineNuxtConfig({ modules: ['vue-yandex-maps/nuxt'], yandexMaps: { apikey: '' }, runtimeConfig: { public: { yandexMaps: { apikey: '' } } } }) ```