Skip to content

Commit bad6c73

Browse files
Eric BearEric Bear
authored andcommitted
Add dashchat.html redirect to /dashchat/ to avoid 404s on pretty URL
1 parent 81fbe8a commit bad6c73

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dashchat.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>Dash Chat</title>
7+
<meta http-equiv="refresh" content="0; url=/dashchat/" />
8+
<link rel="canonical" href="/dashchat/" />
9+
<script>window.location.replace('/dashchat/');</script>
10+
</head>
11+
<body>
12+
<p>If you are not redirected automatically, go to <a href="/dashchat/">/dashchat/</a>.</p>
13+
</body>
14+
</html>
15+

0 commit comments

Comments
 (0)