From c09ebea9883270fde3e8abe21f70c5b62bc8e488 Mon Sep 17 00:00:00 2001 From: Januda Bethmin Date: Mon, 2 Sep 2024 00:30:16 +0530 Subject: [PATCH] Vercel deployment common issue documented --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b86bbed..2f8d06c 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,8 @@ If you wish to add a custom domain, no CNAME file is required. Just add it to yo 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. -> ![IMPORTANT] + +> [!NOTE] > If you are going to deploy using **Vercel**, remember to set the `base` as `/`. ```ts // gitprofile.config.ts