mirror of
https://github.com/evroon/bracket.git
synced 2026-04-19 23:07:01 -04:00
Vite is much simpler to use than Next.js and we don't need any of the features Next has that Vite doesn't have. Benefits of moving to Vite are: - Much better performance in dev and prod environments - Much better build times - Actual support for static exports, no vendor lock-in of having to use Vercel - Support for runtime environment variables/loading config from `.env` files - No annoying backwards-incompatible changes on major releases of Next - Better i18n support without having to define getServerSideProps on every page - Better bundle optimization - No opt-out Vercel telemetry Also replaces yarn by pnpm and upgrades mantine to 8.3
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
VITE_HCAPTCHA_SITE_KEY='10000000-ffff-ffff-ffff-000000000001'
|
|
ANALYTICS_SCRIPT_SRC=''
|
|
ANALYTICS_DATA_DOMAIN=''
|
|
ANALYTICS_DATA_WEBSITE_ID=''
|