mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-09 03:03:02 +00:00
mizu + wiskatron
This commit is contained in:
17
src/pages/projects/wiskatron.astro
Normal file
17
src/pages/projects/wiskatron.astro
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
import ProjectPage from "../../components/ProjectPage.astro";
|
||||
|
||||
export const metadata = {
|
||||
title: "wiskatron",
|
||||
description: "Spotify listening activity with dynamic visuals",
|
||||
date: "February 2024",
|
||||
slug: "wiskatron",
|
||||
// image: null,
|
||||
image: "/wiskatron-icon.svg",
|
||||
hidden: false,
|
||||
};
|
||||
---
|
||||
|
||||
<ProjectPage metadata={metadata}>
|
||||
<p class="mb-4">lorem ipsum</p>
|
||||
</ProjectPage>
|
||||
Reference in New Issue
Block a user