On production, the root / route is transparently proxied to the Framer-hosted landing page by an Nginx reverse proxy sitting in front of the storefront. Next.js never handles this request in production — it returns 404 intentionally.
| Environment | Stage |
| Proxy target | Framer-hosted landing page (via Nginx reverse proxy) |
| Shared domain | stage.tapmy.store |
| API URL | https://api.stage.tapmy.store |