Vercel rewrites does not work with next.js
Unanswered
zaluty posted this in #help-forum
zalutyOP
here is my vercel.json content
when i go to https://keyzilla.vercel.app/docs it show me the website where the docs are hosted but the styling is messed up it looks as this instead of this
i am using next js and fumadocs for the docs website here is the main website https://keyzilla.vercel.app
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"rewrites": [
{"source": "/docs", "destination": "https://keyzilla-docs.vercel.app/" }
]
}
when i go to https://keyzilla.vercel.app/docs it show me the website where the docs are hosted but the styling is messed up it looks as this instead of this
i am using next js and fumadocs for the docs website here is the main website https://keyzilla.vercel.app