Skip to content

Commit

Permalink
Merge pull request #646 from itzzjb/os-contribution
Browse files Browse the repository at this point in the history
Documenting the Vercel deployment issure - Black Page
  • Loading branch information
arifszn authored Sep 2, 2024
2 parents 4e9b79e + ba6d78c commit 181ebed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

> [!NOTE]
> 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
Expand Down

0 comments on commit 181ebed

Please sign in to comment.