commit bb3a8e281bb4c306a60a2d31e66c9346b6694585 parent 2a2faa5ed3d53c6fff2859e027b64e4f0722c4c9 Author: Amit Dutta <mail@amit.is-a.dev> Date: Tue, 21 Jul 2026 09:23:11 +0530 Add redirect for root to index.html Diffstat:
| M | vercel.json | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/vercel.json b/vercel.json @@ -19,6 +19,10 @@ { "source": "/docs", "destination": "/docs.html" + }, + { + "source": "/", + "destination": "/index.html" } ] }