DEPLOYMENT.md
/sitemap.xml/public directorycp .env.example .env.local
# Required for production analytics
NEXT_PUBLIC_GA_ID=G-XXXXXXXXXX
# Optional: Google Search Console verification
NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION=your-verification-code
# Privacy & GDPR Compliance (recommended)
NEXT_PUBLIC_REQUIRE_CONSENT=true
NEXT_PUBLIC_ANONYMIZE_IP=true
GA4 Setup Instructions:
# Build for production
npm run build
# The built files will be in the 'out' directory
# GitHub Pages will automatically serve from this directory
next.config.tssrc/app/layout.tsx metadata/public