Update README.md [skip ci]

This commit is contained in:
Januda Bethmin 2024-09-02 00:27:55 +05:30 committed by GitHub
parent 4e9b79e52f
commit 927706b668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,6 +105,17 @@ 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]
> If you are going to deploy using **Vercel**, remember to set the `base` as `/`.
```ts
// gitprofile.config.ts
{
base: '/',
// ...
}
```
[**Not working?**](https://github.com/arifszn/gitprofile/discussions/548)
### Setting up locally