mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-24 23:41:01 +02:00
The July 14 launch surface, previously uncommitted: - /dashboard/launch raw-WebGPU particle "memory brain" hero (RawVestigeEngine, NeuralWordmark, dendrite sign) + DOM waitlist overlay with share/referral. - Supabase waitlist client + migrations + welcome edge function; legacy waitlist archived under supabase/legacy. - vercel.json deploy config, root-redirect env wiring, base-path config, graph-only route, Playwright launch verifiers. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
5 lines
275 B
TypeScript
5 lines
275 B
TypeScript
// The launch page prerenders the visible overlay, wordmark bridge, and inert
|
|
// canvas elements as HTML. The raw WebGPU/canvas engine still boots only in
|
|
// onMount, so browser GPU APIs never execute during prerender.
|
|
export const ssr = true;
|
|
export const prerender = true;
|