Silvio Eckl
Silvio Eckl
I'm thinking of having a global configration regarding serializers in Nuxt.js projects. As we are going to use the block component on so many pages I would like to make...
Following example from [here](https://sanity.nuxtjs.org/helpers/images#using-sanityimage-url): ```ts import imageUrlBuilder from '@sanity/image-url' export default defineNuxtPlugin(() => { const builder = imageUrlBuilder(useSanity().config) //
Fresh install of the kit and just added a page with a hero section. Added a route to show it as frontpage. Took a while until the page got updated...
I call my endpoint `/api/countries` which is doing a request to an external API which needs info from the session. That works fine. But when I call my api route...
### Reproduction https://stackblitz.com/edit/nuxt-starter-khnmgv?file=nuxt.config.ts ### Describe the bug The `FormKitSchema` component is globally available in Nuxt and ready to use like the `FormKit` component when `autoImport: false`. When setting `autoImport: true`...