No description
Find a file
Calum Muir 8e2cd0b0d6 Rewrite studio asset paths from /static/ to /studio/static/ at serve time
Sanity v3 basePath only affects the SPA router, not Vite's build output.
The built index.html hardcodes /static/ so we rewrite on the way out.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 12:55:01 +00:00
client Update support and about copy 2025-12-27 16:38:08 +00:00
functions/api Redesign forms to multi-step; add sponsor section and content updates 2026-05-23 17:03:37 +02:00
public Redesign forms to multi-step; add sponsor section and content updates 2026-05-23 17:03:37 +02:00
server Initial commit 2025-12-21 10:34:50 +00:00
shared Initial commit 2025-12-21 10:34:50 +00:00
src Rewrite studio asset paths from /static/ to /studio/static/ at serve time 2026-06-07 12:55:01 +00:00
studio Set studio basePath to /studio so assets resolve correctly 2026-06-07 12:50:52 +00:00
.env.example Add Sanity CMS integration 2026-06-07 11:50:35 +00:00
.gitignore Add Sanity Studio served at /studio via Docker multi-stage build 2026-06-07 12:18:00 +00:00
.replit Saved progress at the end of the loop 2025-12-21 10:36:30 +00:00
astro.config.mjs chore: switch to Node adapter for server-side rendering 2026-05-23 17:38:24 +02:00
components.json Initial commit 2025-12-21 10:34:50 +00:00
Dockerfile Switch Docker deps install to npm install to fix npm version mismatch 2026-06-07 12:45:54 +00:00
drizzle.config.ts Initial commit 2025-12-21 10:34:50 +00:00
package-lock.json Add Sanity Studio served at /studio via Docker multi-stage build 2026-06-07 12:18:00 +00:00
package.json Add Sanity CMS integration 2026-06-07 11:50:35 +00:00
postcss.config.js Initial commit 2025-12-21 10:34:50 +00:00
tailwind.config.ts convert to astro 2025-12-27 21:55:52 +00:00
tsconfig.json convert to astro 2025-12-27 21:55:52 +00:00
vite.config.ts Initial commit 2025-12-21 10:34:50 +00:00
wrangler.jsonc Fix wrangler.jsonc for Cloudflare Workers deployment 2026-04-30 15:00:21 +00:00