Builds studio/ separately during Docker build and copies output to public/studio/ so it is served as static files by the Astro Node adapter. Catch-all route redirects deep studio links back to /studio for SPA routing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
422 B
Text
6 lines
422 B
Text
# ── Sanity Studio ────────────────────────────────────────────────────────────
|
|
# Copy to .env and fill in your values from https://www.sanity.io/manage
|
|
# SANITY_STUDIO_ prefix is required — Sanity injects these into the studio bundle.
|
|
|
|
SANITY_STUDIO_PROJECT_ID=
|
|
SANITY_STUDIO_DATASET=production
|