1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:46:40 -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

@ -5,7 +5,7 @@ import Video from "../../components/Video";
import { metadata as defaultMetadata } from "../layout";
import type { Metadata } from "next";
import thumbnail from "../../public/static/images/hillary/thumb.png";
import thumbnail from "./thumbnail.png";
export const metadata: Metadata = {
title: "My Brief Apperance in Hillary Clinton's DNC Video",
@ -30,9 +30,9 @@ export default function Page() {
<Content>
<Video
src={{
webm: "/static/images/hillary/convention-720p.webm",
mp4: "/static/images/hillary/convention-720p.mp4",
vtt: "/static/images/hillary/subs.en.vtt",
webm: "/static/hillary/convention-720p.webm",
mp4: "/static/hillary/convention-720p.mp4",
vtt: "/static/hillary/subs.en.vtt",
}}
poster={thumbnail.src}
/>

BIN
app/hillary/thumbnail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB