You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEXT_PUBLIC_SITE_URL=http://localhost:3000 # Canonical site URL used for OpenGraph/metadata generation
# ─── Relay API ──────────────────────────────────────────────────────────
NEXT_PUBLIC_API_URL=http://localhost:4000 # Base URL of the vortex-backend REST API (set to your relay server address)
NEXT_PUBLIC_WS_URL=ws://localhost:4000/ws # WebSocket endpoint for the live intent feed (match the relay's WS port)
NEXT_PUBLIC_SITE_URL=http://localhost:3000 # Public URL of this frontend application (used for metadata and sharing)
# ─── Site ────────────────────────────────────────────────────────────────
NEXT_PUBLIC_SITE_URL=http://localhost:3000 # Canonical site origin, used to build absolute Open Graph / Twitter image URLs (set to your deployed domain in production)