12 lines
431 B
Plaintext
12 lines
431 B
Plaintext
# Answer Engine Optimization (AEO) Configuration
|
|
|
|
# IndexNow API key for automatic URL submission to search engines
|
|
# Generate a UUID and create a matching key file in /public/
|
|
VITE_INDEXNOW_KEY=your-indexnow-key-here
|
|
|
|
# Primary domain for canonical URLs and IndexNow submissions
|
|
VITE_SITE_HOST=energie-profis.de
|
|
|
|
# Supabase Configuration (existing)
|
|
VITE_SUPABASE_URL=your-supabase-url
|
|
VITE_SUPABASE_ANON_KEY=your-supabase-anon-key |