-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (15 loc) · 1.03 KB
/
Copy path.env.example
File metadata and controls
16 lines (15 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ── Sanity ────────────────────────────────────────────────────────────────
# Project ID from https://www.sanity.io/manage (e.g. "abc12def")
NEXT_PUBLIC_SANITY_PROJECT_ID=
# Dataset name — typically "production"
NEXT_PUBLIC_SANITY_DATASET=production
# GROQ API version — date string, bumped intentionally
NEXT_PUBLIC_SANITY_API_VERSION=2025-01-01
# Read token for draft previews (optional; only needed if/when draft mode is wired up)
SANITY_API_READ_TOKEN=
SANITY_WRITE_TOKEN=
# Shared secret for /api/revalidate — pick anything; pass it as ?secret=… on the request
REVALIDATE_SECRET=
# ── Site ──────────────────────────────────────────────────────────────────
# Canonical site URL. Used for canonical tags, OG, and JSON-LD fallbacks.
NEXT_PUBLIC_SITE_URL=http://localhost:3000