About
This is the about page, navigating between this page and Home is always pretty fast. However, when you navigate to the Profile page, it takes more time because it uses SSR to fetch the user first;
NEXT_PUBLIC_VERCEL_ENV=production
NEXT_PUBLIC_BASE_URL=https://dash.call2counter.com
production: https://dash.call2counter.com
preview: EMPTY
local(development): http://localhost:3000
local(production): http://localhost:3000
NEXT_PUBLIC_VERCEL_URL=dash-4rfoot6v1-jan-lubbers-projects.vercel.app
production: dash-*-janlubbers.vercel.app
preview: dash-*-janlubbers.vercel.app
local(development): EMPTY
local(production): EMPTY
cli commands
local(development) = pnpm run dev (next dev) OR vercel dev
local(production) = pnpm run build && pnpm run start