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>
|
<span class="logo-line-2">BLADE</span>
|
||||||
</a>
|
</a>
|
||||||
<nav class="nav">
|
<nav class="nav">
|
||||||
<a href="#features">Features</a>
|
<a href="/#features">Features</a>
|
||||||
<a href="/docs">Docs</a>
|
<a href="/docs">Docs</a>
|
||||||
<a href="/changelog">Changelog</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>
|
<a href="https://zaguanai.com/pricing" target="_blank" rel="noopener">Pricing</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
@@ -76,10 +76,10 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
|
|||||||
</div>
|
</div>
|
||||||
<div class="footer-section">
|
<div class="footer-section">
|
||||||
<h4>Product</h4>
|
<h4>Product</h4>
|
||||||
<a href="#features">Features</a>
|
<a href="/#features">Features</a>
|
||||||
<a href="/docs">Documentation</a>
|
<a href="/docs">Documentation</a>
|
||||||
<a href="/changelog">Changelog</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>
|
<a href="https://zaguanai.com/pricing" target="_blank" rel="noopener">Pricing</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-section">
|
<div class="footer-section">
|
||||||
|
|||||||
Reference in New Issue
Block a user