Shape gradient

Deployment

Taking your documentation from localhost to a live URL is simple. Lumino is optimized for static hosting and high-performance CDN delivery.

Build Process

Run the production build command to generate a highly optimized/distfolder.
bash
Copy
Coppied
1# Generate production assets
2npm run build
Best Practice
  • Verify all broken links using npm run lint:links.
  • Ensure SSL/HTTPS is active on your domain.
  • Set up a Custom Domain (CNAME record).
  • Configure 301 redirects for legacy paths.
Page BackgroundPage Background