Change top level index redirection to relative path

This commit is contained in:
Sravan Balaji
2023-08-25 15:27:55 -04:00
parent 255d6b1920
commit b94cfbdf76

View File

@@ -2,6 +2,6 @@
<head>
<meta
http-equiv="refresh"
content="0; url=https://sravanbalaji.com/src/index.html"
content="0; url=./src/index.html"
/>
</head>