Sanity integration.
I want to add sanityV3 to my T3 app to allow internal members to quickly write blogs.
I followed this repo - https://github.com/sanity-io/nextjs-blog-cms-sanity-v3
I am using nextjs /pages setup with sanity v3. I can't figure out how to solve these errors.
export const settingsQuery = groq
*[_type == "settings"][0]
;
typescript error:
Unsafe assignment of an any
value.eslint@typescript-eslint/no-unsafe-assignment
const settingsQuery: stringGitHub
GitHub - sanity-io/nextjs-blog-cms-sanity-v3: A Next.js Blog with a...
A Next.js Blog with a Native Authoring Experience. Contribute to sanity-io/nextjs-blog-cms-sanity-v3 development by creating an account on GitHub.
0 Replies