Deploy Vitepress on AWS
You can deploy a Vitepress site on AWS in under a minute. Your site is served over a lightning-fast global CDN, comes with fully managed TLS certificates, and supports custom domains out of the box.
-
Use your existing Vitepress repository.
-
Create a new Application on Thunder, and give Thunder permission to access your new repo.
-
Use the following values during creation:
Parameter | Value |
---|---|
Install Command | npm install |
Build Command | npm run docs:build |
Output Directory | docs/.vitepress/dist |
That’s it! Your app will be live on your CloudFront URL as soon as the build finishes.