🎨 Format files, Added codeberg to links,lighter colour for linkcards
All checks were successful
Build and deploy website / build (push) Successful in 33s
All checks were successful
Build and deploy website / build (push) Successful in 33s
This commit is contained in:
@ -3,6 +3,7 @@ import Layout from "@/layouts/Layout.astro"
|
||||
import LinksPage from "@/components/myLinks/LinksPage.astro"
|
||||
import "@/styles/global.css"
|
||||
---
|
||||
|
||||
<Layout title="My links">
|
||||
<LinksPage />
|
||||
</Layout>
|
||||
</Layout>
|
||||
|
@ -10,7 +10,7 @@ export function getStaticPaths(): GetStaticPathsResult {
|
||||
return [
|
||||
{ params: { project: "hvl-ics-simplifier" } },
|
||||
{ params: { project: "homepage" } },
|
||||
{ params: { project: "simplify-truths" } }
|
||||
{ params: { project: "simplify-truths" } },
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -9,4 +9,4 @@ const projects = await getCollection("projects")
|
||||
|
||||
<Layout title="Projects">
|
||||
<MyProjectsPage projects={projects} />
|
||||
</Layout>
|
||||
</Layout>
|
||||
|
@ -8,5 +8,5 @@ const uses = await getCollection("uses")
|
||||
---
|
||||
|
||||
<Layout title="Hardware" class="mx-auto max-w-[750px]">
|
||||
<UsesPage server:defer uses={uses} />
|
||||
<UsesPage client:load uses={uses} />
|
||||
</Layout>
|
||||
|
Reference in New Issue
Block a user