diff --git a/apps/web/vercel.json b/apps/web/vercel.json new file mode 100644 index 0000000000..97ef115969 --- /dev/null +++ b/apps/web/vercel.json @@ -0,0 +1,12 @@ +{ + "rewrites": [ + { + "source": "/docs", + "destination": "https://docs.trycomp.ai" + }, + { + "source": "/docs/:match*", + "destination": "https://docs.trycomp.ai/:match*" + } + ] +} \ No newline at end of file