Next.js Discord

Discord Forum

Vercel rewrites does not work with next.js

Unanswered
zaluty posted this in #help-forum
Open in Discord
Avatar
here is my vercel.json content

{
    "$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
Image
Image

0 Replies