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

Coppied
# Generate production assets
npm run build


%201.svg)
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.