Relative Content

Tag Archive for vue.jsnuxt.js

Can’t access Nuxt Studio data inside of Nuxt application

I have this nuxt.schema.ts it loads perfectly on https://nuxt.studio without any issues and I can alter the options, how do I access this object in my app? If I use const config = useAppConfig() it just gets the locally defined app config and doesn’t access the details from the studio.