Blog

Deploy your site#

Dokz uses Next.js under the hood so you can use Vercel to deploy your application in seconds, simply run

bash
1
npm i -g vercel
2
vercel

The deployed site will be completely static, which means awesome performance and global availability through a CDN.

Previous
Adding seo
Next
Edit this page
Deploy your site