Update vercel.json

This commit is contained in:
Salman Qureshi
2024-07-22 23:10:29 +05:30
committed by GitHub
parent 1743776163
commit f648d0e5ed

View File

@@ -1,5 +1,5 @@
{
"rewrites": [
{ "source": "/", "destination": "/README.md" }
{ "source": "/", "destination": "/index.html" }
]
}