prettier fix done

This commit is contained in:
Januda Bethmin 2024-09-02 16:23:02 +05:30
parent c09ebea988
commit ba6d78ceac

View File

@ -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. 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] > [!NOTE]
> If you are going to deploy using **Vercel**, remember to set the `base` as `/`. > 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) [**Not working?**](https://github.com/arifszn/gitprofile/discussions/548)