diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..077a6c7 --- /dev/null +++ b/vercel.json @@ -0,0 +1,10 @@ +{ + "github": { + "silent": true + }, + "redirects": [{ + "source": "/guides/quickstart", + "destination": "/guides/quickstart/chat-guide", + "permanent": false + }] +} \ No newline at end of file