diff --git a/pages/index.vue b/pages/index.vue index 84f9087d..625d719b 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -9,6 +9,54 @@
@@ -319,8 +312,8 @@ export default { }, methods: { goToHome() { - const homePath = this.localePath("index"); // Dynamically generate the localized path for the home page - this.$router.push(homePath); + // Access locale via this.$i18n.locale + window.location.href = `https://wrapped.whatsanalyze.com/${this.$i18n.locale}`; }, }, };