diff --git a/README.md b/README.md index c7b70cf..e46d65a 100644 --- a/README.md +++ b/README.md @@ -100,18 +100,22 @@ You can create an optimized production build with: npm run build ``` -Now, your blog is ready to be deployed. All generated files are located at +Now, your website is ready to be deployed. All generated files are located at `dist` folder, which you can deploy the folder to any hosting service you prefer. -
- ### Deploy to Netlify Clone this repository on own GitHub account and deploy to Netlify: [![Netlify Deploy button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/onwidget/astrowind) +### Deploy to Vercel + +Clone this repository on own GitHub account and deploy to Vercel: + +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fonwidget%2Fastrowind) +
## Roadmap