From fbe4285f0acd5bbd160e22e6262cd80f37c49299 Mon Sep 17 00:00:00 2001 From: Felix Weinberger Date: Tue, 30 Jun 2026 15:20:18 +0000 Subject: [PATCH] docs: turn the version banners into working cross-site links The VitePress client router intercepts same-origin anchors and resolves them inside the current site, so the banners' absolute URLs rendered the client-side 404 in production (a hard reload then loaded the right site). A target attribute opts a link out of interception, so navigation is a real page load. Reword both banners to a one-line question with the destination as the link. --- docs/.vitepress/theme/Banner.vue | 3 +-- docs/v1/.vitepress/theme/Banner.vue | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/.vitepress/theme/Banner.vue b/docs/.vitepress/theme/Banner.vue index b00a7047ee..3f56f83329 100644 --- a/docs/.vitepress/theme/Banner.vue +++ b/docs/.vitepress/theme/Banner.vue @@ -1,6 +1,5 @@ diff --git a/docs/v1/.vitepress/theme/Banner.vue b/docs/v1/.vitepress/theme/Banner.vue index 98c5748b4a..f958bf76c9 100644 --- a/docs/v1/.vitepress/theme/Banner.vue +++ b/docs/v1/.vitepress/theme/Banner.vue @@ -1,6 +1,5 @@