### Version module: 1.2.1 <!-- ex: 5.9.0 --> nuxt: 3.0.0-rc.3<!-- ex: 2.0.0 --> ## Reproduction **Link:** - [x] https://stackblitz.com/edit/nuxt-sanity-3e4uqq?file=app.vue ## Config ``` export default defineNuxtConfig({ modules: ['@nuxtjs/sanity'], app: { baseURL: '/test/', }, sanity: { minimal: true, dataset: 'production', projectId: '', }, }); ``` ## Additional information ## Checklist * [x] I have tested with the latest Nuxt version and the issue still occurs * [x] I have tested with the latest module version and the issue still occurs * [x] I have searched the issue tracker and this issue hasn't been reported yet
Version
module: 1.2.1
nuxt: 3.0.0-rc.3
Reproduction
Link:
Config
Additional information
Checklist