From b7b8076431043e6db465e14913f4cc4c7011b5a3 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 17 Dec 2020 17:37:26 +0100 Subject: [PATCH] fix some problems --- components/Header.vue | 2 +- content/skills.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Header.vue b/components/Header.vue index 5cc4971..459f637 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -122,7 +122,7 @@ export default { async changeLanguage(lang) { this.$i18n.setLocale(lang) if (this.$router.currentRoute.fullPath.includes('blog')) { - await this.$nuxt.refresh() + await this.$router.push('blog') } }, }, diff --git a/content/skills.json b/content/skills.json index 386c9de..5195202 100644 --- a/content/skills.json +++ b/content/skills.json @@ -43,7 +43,7 @@ }, { "title": "AdonisJs", - "color": "lime", + "color": "black", "cover": "AdonisJs", "slug": "adonisjs" },