fix: hard navigate to download page
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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/)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user