17 lines
526 B
Plaintext
17 lines
526 B
Plaintext
# Environment Variables for Vite React Template
|
|
|
|
# Google Tag Manager ID (optional)
|
|
# Only set this in production deployments to enable analytics tracking
|
|
# Leave empty or omit for development/open-source usage
|
|
VITE_GTM_ID=
|
|
|
|
# Example for your production deployment:
|
|
# VITE_GTM_ID=GTM-XXXXXXXX
|
|
|
|
# Base path for deployment (optional)
|
|
# Used when deploying to a subdirectory like /templates/dashboard/
|
|
VITE_BASENAME=
|
|
|
|
# Example for subdirectory deployment:
|
|
# VITE_BASENAME=/templates/dashboard/shadcn-dashboard-landing-template
|