1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 15:05:32 -04:00

refactor notes directory and front matter

This commit is contained in:
2025-03-06 16:52:11 -05:00
parent 8b2e513ca9
commit 6706aa68ab
215 changed files with 471 additions and 615 deletions

View File

@@ -4,7 +4,7 @@ import Video from "../../components/Video";
import { metadata as defaultMetadata } from "../layout";
import type { Metadata } from "next";
import thumbnail from "../../public/static/images/birthday/thumb.png";
import thumbnail from "./thumbnail.png";
export const metadata: Metadata = {
title: "🎉 Cranky Birthday Boy on VHS Tape 📼",
@@ -29,8 +29,8 @@ export default function Page() {
<Content>
<Video
src={{
webm: "/static/images/birthday/birthday.webm",
mp4: "/static/images/birthday/birthday.mp4",
webm: "/static/birthday/birthday.webm",
mp4: "/static/birthday/birthday.mp4",
}}
poster={thumbnail.src}
/>

BIN
app/birthday/thumbnail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB