Merge pull request #646 from itzzjb/os-contribution
Documenting the Vercel deployment issure - Black Page
This commit is contained in:
commit
181ebed8f0
11
README.md
11
README.md
@ -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.
|
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)
|
[**Not working?**](https://github.com/arifszn/gitprofile/discussions/548)
|
||||||
|
|
||||||
### Setting up locally
|
### Setting up locally
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user