diff --git a/docs/.vuepress/theme/layouts/GlobalLayout.vue b/docs/.vuepress/theme/layouts/GlobalLayout.vue index c8acecd..276d0e0 100644 --- a/docs/.vuepress/theme/layouts/GlobalLayout.vue +++ b/docs/.vuepress/theme/layouts/GlobalLayout.vue @@ -54,9 +54,9 @@ - +
- Voir la page + Voir la page
diff --git a/docs/.vuepress/theme/layouts/HomebrewLayout.vue b/docs/.vuepress/theme/layouts/HomebrewLayout.vue index f29c8d2..d4c7ac0 100644 --- a/docs/.vuepress/theme/layouts/HomebrewLayout.vue +++ b/docs/.vuepress/theme/layouts/HomebrewLayout.vue @@ -74,7 +74,7 @@ export default { }, mounted () { - let brew64 = this.$route.query.brew + let brew64 = this.$route.query.h if (brew64) { this.brew = decode(brew64) }