Standalone static notes site for notes.zaynjarvis.com.
npm ci
npm run devnpm run buildThe build writes a fully static site to dist/, including prerendered post HTML,
sitemap.xml, robots.txt, and llms.txt.
Vercel can deploy this repository directly:
- Framework preset: Vite
- Install command:
npm ci - Build command:
npm run build - Output directory:
dist
Set VITE_SITE_URL to the production origin, for example:
VITE_SITE_URL=https://notes.zaynjarvis.comIf VITE_SITE_URL is omitted, the build uses the canonical notes origin:
https://notes.zaynjarvis.com.
The reader chat widget defaults to:
VITE_ZOUK_SERVER_URL=https://zouk.zaynjarvis.comVITE_ZOUK_WORKSPACE_ID=zaynVITE_ZOUK_CHANNEL=blogVITE_ZOUK_GUEST_NAME=reader
Override those variables only when deploying a different Zouk workspace/channel.