Skip to content

Minimal client does not work when Nuxt baseUrl is set #482

Description

@zchlm

Version

module: 1.2.1
nuxt: 3.0.0-rc.3

Reproduction

Link:

Config

export default defineNuxtConfig({
  modules: ['@nuxtjs/sanity'],
  app: {
    baseURL: '/test/',
  },
  sanity: {
    minimal: true,
    dataset: 'production',
    projectId: '',
  },
});

Additional information

Checklist

  • I have tested with the latest Nuxt version and the issue still occurs
  • I have tested with the latest module version and the issue still occurs
  • I have searched the issue tracker and this issue hasn't been reported yet

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions