Update README.md

This commit is contained in:
prototypa
2022-08-23 23:23:28 -04:00
committed by GitHub
parent fad91f3dc3
commit e3c41b9bfe

View File

@ -100,18 +100,22 @@ You can create an optimized production build with:
npm run build 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 `dist` folder, which you can deploy the folder to any hosting service you
prefer. prefer.
<br>
### Deploy to Netlify ### Deploy to Netlify
Clone this repository on own GitHub account and 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) [![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)
<br> <br>
## Roadmap ## Roadmap