From ea4830ac306b4f97a394ef8b1fb2603e936fb99d Mon Sep 17 00:00:00 2001 From: lucaronin Date: Thu, 7 May 2026 12:57:25 +0200 Subject: [PATCH] fix: hard navigate to download page --- site/.vitepress/config.ts | 2 +- site/.vitepress/theme/LandingHome.vue | 1 + site/releases/index.md | 2 +- site/start/install.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index fe96fed6..f88c64fe 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -27,7 +27,7 @@ export default defineConfig({ { text: "Start", link: "/start/install" }, { text: "Concepts", link: "/concepts/vaults" }, { text: "Guides", link: "/guides/capture-a-note" }, - { text: "Downloads", link: "/download/" }, + { text: "Downloads", link: "/download/", target: "_self" }, ], search: { provider: "local", diff --git a/site/.vitepress/theme/LandingHome.vue b/site/.vitepress/theme/LandingHome.vue index 92054b12..395e782b 100644 --- a/site/.vitepress/theme/LandingHome.vue +++ b/site/.vitepress/theme/LandingHome.vue @@ -183,6 +183,7 @@ const testimonials = [