Gitea workflow
All checks were successful
Build and deploy website / build (push) Successful in 1m39s
Build and deploy website / deploy (push) Successful in 2s

Fixed build failure
This commit is contained in:
Martin Berg Alstad
2024-09-27 22:13:39 +02:00
parent e5090f0101
commit 2bead91a32
6 changed files with 133 additions and 114 deletions

View File

@ -1,3 +1,10 @@
---
import Layout from "../../layouts/Layout.astro"
import HardwarePage from "../../components/HardwarePage.svelte"
import "../../styles/global.css"
---
---
<Layout title="Hardware" class="mx-auto max-w-[750px]">
<h1 class="text-center">Hardware</h1>
<HardwarePage client:load />
</Layout>