removed demo project

This commit is contained in:
Oliver Bryan
2025-09-29 18:34:49 +01:00
parent 69e3e96a8f
commit d0f5b73f9f

View File

@@ -1,21 +0,0 @@
---
import ProjectPage from "../../components/ProjectPage.astro";
export const metadata = {
title: "Demo Project",
description: "demo project",
date: "the beginning of time (date)",
slug: "demo",
hidden: true,
};
---
<ProjectPage metadata={metadata}>
<div class="flex flex-col">
demo contents (from demo.astro)
<b>
description:
{metadata.description}
</b>
</div>
</ProjectPage>