From daff0025213f03d1f3eb93dc9654615aeeb2f1e2 Mon Sep 17 00:00:00 2001 From: Lewis Carhart Date: Sat, 8 Feb 2025 12:56:39 +0000 Subject: [PATCH] feat: host at /docs instead of docs.trycomp.ai --- apps/web/vercel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/web/vercel.json 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