You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a headless WordPress site, and for my use case the client needs to be able to add/modify their Google Map API key via a WordPress plugin - long story short, their google key comes into my Nuxt app via nuxtServerInit, and is saved in $store.state.googleMapsKey.
I am not sure how to bridge the gap between having the key loaded in $store.state.googleMapsKey and nuxt.config.js. If this is outside your intended scope feel free to close! Thank you.
The text was updated successfully, but these errors were encountered:
Hello, thanks for your work on this.
I'm creating a headless WordPress site, and for my use case the client needs to be able to add/modify their Google Map API key via a WordPress plugin - long story short, their google key comes into my Nuxt app via
nuxtServerInit
, and is saved in$store.state.googleMapsKey
.I am not sure how to bridge the gap between having the key loaded in
$store.state.googleMapsKey
and nuxt.config.js. If this is outside your intended scope feel free to close! Thank you.The text was updated successfully, but these errors were encountered: