Skip to content

Instantly share code, notes, and snippets.

View LuizHAP's full-sized avatar
🚀
To the moon!

Luiz Henrique LuizHAP

🚀
To the moon!
View GitHub Profile
@LuizHAP
LuizHAP / getCaseStudies.ts
Last active July 8, 2025 18:09
Sanity Connection
import { sanityClient } from '@/lib/sanity';
import { defineQuery } from 'groq';
const CASE_STUDY_QUERY = defineQuery(`*[_type == "caseStudy" && slug.current == $slug][0]{
_id,
title,
featuredImage,
"slug": slug.current,
postBody,
postSummary,
@LuizHAP
LuizHAP / cloudSettings
Last active November 30, 2020 17:09
VS Code
{"lastUpload":"2020-11-30T17:08:44.663Z","extensionVersion":"v3.4.3"}