fix routing

This commit is contained in:
2025-11-25 13:18:35 +02:00
parent a0fb98409f
commit 71e6a16d5e
14 changed files with 30 additions and 24 deletions

View File

@@ -22,10 +22,10 @@ export function GpuHero() {
Access GPUs across the Mycelium mesh without waitlists, inflated pricing, or centralized control. Run inference, training, and compute workloads where they make sense: cloud, edge, or on your own hardware.
</p>
<div className="mt-10 flex items-center gap-x-6">
<Button to="#gpu-getting-started" as="a" variant="solid" color="cyan">
<Button to="/gpu#gpu-getting-started" variant="solid" color="cyan">
How it works
</Button>
<Button to="#gpu-architecture" as="a" variant="outline">
<Button to="/gpu#gpu-architecture" variant="outline">
Explore Docs <span aria-hidden="true"></span>
</Button>
</div>