Remove NEXT_PUBLIC_ variables
Opened this issue · 0 comments
PabloCastellano commented
The following variables are used during build time by the Next.js framework and don't take effect during runtime:
- NEXT_PUBLIC_NETWORK_NAME (simply remove as we already have
NETWORK_NAME
) - NEXT_PUBLIC_EXPLORER_BASE_URL
- NEXT_PUBLIC_BEACON_BASE_URL
- NEXT_PUBLIC_VERSION
- NEXT_PUBLIC_SUPPORTED_NETWORKS
- NEXT_PUBLIC_VERCEL_ANALYTICS_ENABLED
- NEXT_PUBLIC_SENTRY_DSN_WEB
These should be renamed without the NEXT_PUBLIC_ prefix and defined in the backend so that they can be customized.