sanity icon indicating copy to clipboard operation
sanity copied to clipboard

Sanity integration for Nuxt

Results 52 sanity issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/nuxt/3.0.0-rc.8/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
devops

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/@vercel%2fnft/0.21.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
devops

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/@nuxt%2fschema/3.0.0-rc.8/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
devops

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/@nuxt%2fkit/3.0.0-rc.8/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
devops

### 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:...

bug

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...

enhancement

### 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...

enhancement

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)?

question