From ba6d78ceacc2f5bf75e59b7f96d50f79d1109623 Mon Sep 17 00:00:00 2001 From: Januda Bethmin Date: Mon, 2 Sep 2024 16:23:02 +0530 Subject: [PATCH] prettier fix done --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2f8d06c..a94ccb4 100644 --- a/README.md +++ b/README.md @@ -105,17 +105,16 @@ 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. - > [!NOTE] > If you are going to deploy using **Vercel**, remember to set the `base` as `/`. - ```ts - // gitprofile.config.ts - { - base: '/', - // ... - } - ``` +```ts +// gitprofile.config.ts +{ + base: '/', + // ... +} +``` [**Not working?**](https://github.com/arifszn/gitprofile/discussions/548)