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:
@@ -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
BIN
app/birthday/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
Reference in New Issue
Block a user