Configuration required
This deployment is missing the environment variables it needs to reach Supabase, so it can't load any data.
NEXT_PUBLIC_SUPABASE_URL — not set
NEXT_PUBLIC_SUPABASE_ANON_KEY — not set
Add these in your host's environment settings, then redeploy without the build cache. Values prefixed NEXT_PUBLIC_ are compiled into the bundle at build time, so adding them without a fresh build changes nothing.
Build stamp: cf47357