Bartosz Podlewski
Bartosz Podlewski
### Is your feature request related to a problem? Please describe. With Nuxt 2 there was a way to have routing URLs so you got for each facet clicked a...
Would it be possible to provide a working exampleand also include the needed CSS Files to make it work? would be great..
### Version module: "@nuxtjs/sanity": "^1.12.1" nuxt: ^3.13.0, ### Nuxt configuration ``` sanity: { projectId: process.env.SANITY_PROJECT_ID, dataset: "production", useCdn: true, apiVersion: "2024-06-25", visualEditing: { token: process.env.SANITY_READ_TOKEN, studioUrl: "http://localhost:3333", }, }, ```...