ALwrity + Wix + Wordpress + GSC integration + Production API calls fixes

This commit is contained in:
ajaysi
2025-10-09 13:07:09 +05:30
parent 0f6f8a4c6c
commit 9cc1ffd47e
20 changed files with 350 additions and 846 deletions

View File

@@ -1,8 +1,15 @@
# Production Environment Variables for Vercel
# Copy this file to .env.production and update with your actual values
# Backend API URL (from Railway/Render deployment)
REACT_APP_API_URL=https://your-backend-url.railway.app
# Backend API URL (from your deployment platform)
# Examples:
# REACT_APP_API_URL=https://alwrity.onrender.com
# REACT_APP_API_URL=https://your-app.railway.app
# REACT_APP_API_URL=https://your-app.herokuapp.com
REACT_APP_API_URL=https://alwrity.onrender.com
# Alternative backend URL (fallback)
# REACT_APP_BACKEND_URL=https://alwrity.onrender.com
# Environment
REACT_APP_ENVIRONMENT=production