From 9abe133b1cbf76a9930860c6d334302eefbf5c51 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Mon, 3 Jul 2023 11:50:16 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c48fb3..39d74ac 100644 --- a/README.md +++ b/README.md @@ -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