uploads

Log | Files | Refs

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:
Mvercel.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" } ] }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror