mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
removed demo project
This commit is contained in:
@@ -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>
|
|
||||||
Reference in New Issue
Block a user