Skip to content

Commit

Permalink
prettier fix done
Browse files Browse the repository at this point in the history
  • Loading branch information
itzzjb committed Sep 2, 2024
1 parent c09ebea commit ba6d78c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ba6d78c

Please sign in to comment.