Initial commit: Portfolio Website
Vollständige Next.js 15 Portfolio-Website mit: - Blog-System mit 100+ Artikeln - Supabase-Integration - Responsive Design mit Tailwind CSS - TypeScript-Konfiguration - Testing-Setup mit Vitest und Playwright Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<<<<<<< HEAD
|
||||
# Supabase
|
||||
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
|
||||
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
|
||||
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key
|
||||
|
||||
# DeepSeek API
|
||||
DEEPSEEK_API_KEY=your_deepseek_api_key
|
||||
|
||||
# Analytics
|
||||
NEXT_PUBLIC_GA_TRACKING_ID=your_ga_tracking_id
|
||||
|
||||
# Site URL
|
||||
NEXT_PUBLIC_SITE_URL=https://your-domain.com
|
||||
=======
|
||||
# Supabase Configuration
|
||||
<<<<<<< HEAD
|
||||
# Get these from your Supabase project settings: https://app.supabase.com
|
||||
NEXT_PUBLIC_SUPABASE_URL=https://your-project-id.supabase.co
|
||||
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key-here
|
||||
|
||||
# Analytics
|
||||
# Google Analytics tracking ID (format: G-XXXXXXXXXX)
|
||||
NEXT_PUBLIC_GA_TRACKING_ID=G-XXXXXXXXXX
|
||||
|
||||
# Site Configuration
|
||||
# The public URL where your site is hosted (e.g., https://damjan-savic.com)
|
||||
NEXT_PUBLIC_SITE_URL=https://your-domain.com
|
||||
=======
|
||||
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
|
||||
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
|
||||
|
||||
# Google Analytics (optional)
|
||||
NEXT_PUBLIC_GA_TRACKING_ID=G-XXXXXXXXXX
|
||||
|
||||
# Site URL
|
||||
NEXT_PUBLIC_SITE_URL=https://damjan-savic.com
|
||||
|
||||
# OpenAI API Key (for image generation)
|
||||
OPENAI_API_KEY=sk-your-api-key-here
|
||||
>>>>>>> origin/master
|
||||
>>>>>>> origin/master
|
||||
Reference in New Issue
Block a user