Merge pull request #412 from arifszn/arifszn-patch-1

Update deployment guide
This commit is contained in:
Ariful Alam 2023-07-03 11:50:45 +06:00 committed by GitHub
commit 365f3f25ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ Your portfolio website will be live shortly. Any time you commit a change to the
If you wish to add a custom domain, no CNAME file is required. Just add it to your repo's **Settings****Pages****Custom domain**.
As this is a Vite project, you can also host your website to Netlify, Vercel, Heroku, or other popular services. Please refer to this [doc](https://vitejs.dev/guide/static-deploy.html) for a detailed deployment guide to other services.
As this is a Vite project, you can also host your website to Netlify, Vercel, Heroku, or other popular services. Please refer to this [doc](https://vitejs.dev/guide/static-deploy.html) for a detailed deployment guide to other services. Also, if you are not deploying to GitHub pages, `base:` might need to be deleted from `vite.config.js`.
### Setting up locally