Environment Configuration Required
Your application is missing the required Supabase environment variables.
Missing: VITE_SUPABASE_URL and/or VITE_SUPABASE_ANON_KEY
How to Fix:
- Go to your Netlify dashboard: https://app.netlify.com
- Find your deployed site
- Go to Site settings > Environment variables
- Add these variables:
VITE_SUPABASE_URL=your_supabase_project_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
- Get your Supabase credentials from: https://app.supabase.com > Project Settings > API
- Redeploy your site after adding the environment variables