sanity
sanity copied to clipboard
Sanity integration for Nuxt
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt-modules/sanity). ## Awaiting Schedule The following updates are...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nuxt](https://togithub.com/nuxt/nuxt.js) | [`^3.0.0-rc.6` -> `^3.0.0-rc.8`](https://renovatebot.com/diffs/npm/nuxt/3.0.0-rc.6/3.0.0-rc.8) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vercel/nft](https://togithub.com/vercel/nft) | [`0.18.2` -> `0.21.0`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.18.2/0.21.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/schema](https://togithub.com/nuxt/framework) | [`^3.0.0-rc.5` -> `^3.0.0-rc.8`](https://renovatebot.com/diffs/npm/@nuxt%2fschema/3.0.0-rc.5/3.0.0-rc.8) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/kit](https://togithub.com/nuxt/framework) | [`^3.0.0-rc.5` -> `^3.0.0-rc.8`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.0.0-rc.5/3.0.0-rc.8) | [](https://docs.renovatebot.com/merge-confidence/)...
### Version module: 1.2.1 nuxt: 3.0.0-rc.3 ## 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:...
Would be nice in the nuxt config to have some option to point to the sanity.json file, instead of copying the file to the root nuxt directory. One issue i...
### Describe the solution you'd like to see The SanityContent component should be able to render images from sanity ### Describe alternatives you've considered Currently i solved it by adding...
Hi! This looks like an interesting project. I'm just curious if there is the possibility to use `GQL` instead of `GROQ` since it is [supported by Sanity](https://www.sanity.io/docs/graphql)?