mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Redesign: Static Pages Wrapper (#9027)
* refactor(static-pages): wrapper * refactor(statics): use router-view
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
||||
},
|
||||
});
|
||||
localStorage.clear();
|
||||
window.location.href = '/home';
|
||||
window.location.href = '/static/home';
|
||||
this.$root.$emit('hide::modal', 'reset');
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user