Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 7359230

Browse files
authored
Merge pull request #25 from codewizardshq/front_end_prepare_for_testing
removes redirect
2 parents c9ae20d + 3994437 commit 7359230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<script>
1717
export default {
1818
name: "home",
19-
created() {
19+
mounted() {
2020
if (window.location.hostname !== "localhost") {
21-
window.location.reload();
21+
// window.location.replace("/");
2222
}
2323
}
2424
};

0 commit comments

Comments
 (0)