Skip to content

Commit c789728

Browse files
committed
fixed template url
1 parent 6c8255a commit c789728

File tree

2 files changed

+22
-633
lines changed

2 files changed

+22
-633
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<script>
5353
(function () {
54-
if (window.location.pathname === '/') {
54+
if (!window.location.hash) {
5555
window.location.replace('/home');
5656
}
5757
})();

0 commit comments

Comments
 (0)