fix: hard navigate to download page

This commit is contained in:
lucaronin
2026-05-07 12:57:25 +02:00
parent cd3cff733b
commit ea4830ac30
4 changed files with 4 additions and 3 deletions

View File

@@ -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",

View File

@@ -183,6 +183,7 @@ const testimonials = [
<a
class="landing-button primary"
:href="route('/download/')"
target="_self"
>
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 3v11m0 0 4-4m-4 4-4-4M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2" />

View File

@@ -4,7 +4,7 @@ Tolaria releases are published on GitHub.
- [Latest release](https://github.com/refactoringhq/tolaria/releases/latest)
- [All releases](https://github.com/refactoringhq/tolaria/releases)
- [Download page](/download/)
- <a href="/download/" target="_self">Download page</a>
## Release Channels

View File

@@ -6,7 +6,7 @@ Tolaria publishes desktop builds for macOS, Windows, and Linux. macOS is the pri
Use the latest stable release unless you are intentionally testing pre-release builds:
- [Download the latest stable build](/download/)
- <a href="/download/" target="_self">Download the latest stable build</a>
- [Browse all GitHub releases](https://github.com/refactoringhq/tolaria/releases)
- [Read the release notes](/releases/)