No badges yet
No accepted solutions yet
Blank page on deployment
The website works now..... Not sure how. Also when testing this, the "Next.js" website would only load a white screen. Not sure the correlation but its all good now.
Blank page on deployment
I have a Next.js Application. On my local deployment it works as expected. When deplyed to vercel the webpage is white. Repo link: [Github](https://github.com/Orewagenki/portfolio)...
Pages broken when deployed
FIX: create a `vercel.json` file in the main directory and paste the code: ``` { "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }] } ```
Pages broken when deployed
Of course! I will do that now, thank you!
Pages broken when deployed
<!-- Questions that get answered the fastest are the ones with relevant info included in the original post. Be sure to include all detail needed to let others see and understand...