src/content/projects/website.mdx (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
name: "website"
description: "this website!!"
languages: ["Astro", "TypeScript"]
stub: true
links:
[
{ type: "website", label: "live", href: "https://vt3e.cat/" },
{
type: "source",
label: "source",
href: "https://tangled.org/vt3e.cat/catsite",
},
]
---
<section>
<h2>meoww</h2>
</section>
|