Nakshora output is static CSS — it deploys anywhere. Here is the exact Vercel recipe.

Steps#

  • Framework: Other; output dist
  • Install + build commands as above
  • No rewrites required — every page is a real file

Cache headers#

text
assets/*.css  →  public, max-age=31536000, immutable
*.html        →  public, max-age=0, must-revalidate

Verify#

  • Lighthouse ≥ 95 performance with a JIT build
  • No console 404s for CSS
  • Brotli/gzip enabled
Note. This documentation platform itself runs on Cloudflare Pages — the same recipe, proven.