You've already forked zblade.dev
fix(layout): correct anchor links to use absolute paths
This commit is contained in:
@@ -55,10 +55,10 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
|
||||
<span class="logo-line-2">BLADE</span>
|
||||
</a>
|
||||
<nav class="nav">
|
||||
<a href="#features">Features</a>
|
||||
<a href="/#features">Features</a>
|
||||
<a href="/docs">Docs</a>
|
||||
<a href="/changelog">Changelog</a>
|
||||
<a href="#download">Download</a>
|
||||
<a href="/#download">Download</a>
|
||||
<a href="https://zaguanai.com/pricing" target="_blank" rel="noopener">Pricing</a>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -76,10 +76,10 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h4>Product</h4>
|
||||
<a href="#features">Features</a>
|
||||
<a href="/#features">Features</a>
|
||||
<a href="/docs">Documentation</a>
|
||||
<a href="/changelog">Changelog</a>
|
||||
<a href="#download">Download</a>
|
||||
<a href="/#download">Download</a>
|
||||
<a href="https://zaguanai.com/pricing" target="_blank" rel="noopener">Pricing</a>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
|
||||
Reference in New Issue
Block a user