mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
18 lines
401 B
Plaintext
18 lines
401 B
Plaintext
---
|
|
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>
|