Skip to content

Commit

Permalink
404 trick for deep links
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikWatts committed Oct 17, 2024
1 parent ca67447 commit 4e3178e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; URL='./index.html'" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="refresh" content="0; URL='/chess-arena/'" />
<title>Page Not Found</title>
</head>
<body></body>
</html>
</html>

0 comments on commit 4e3178e

Please sign in to comment.