mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-18 15:05:32 -04:00
move some non-post pages to mdx
This commit is contained in:
@@ -27,13 +27,7 @@ export default function Page() {
|
||||
<PageTitle>📼 1996.MOV</PageTitle>
|
||||
|
||||
<Content>
|
||||
<Video
|
||||
src={{
|
||||
webm: "/static/birthday/birthday.webm",
|
||||
mp4: "/static/birthday/birthday.mp4",
|
||||
}}
|
||||
poster={thumbnail.src}
|
||||
/>
|
||||
<Video src={["/static/birthday/birthday.webm", "/static/birthday/birthday.mp4"]} poster={thumbnail.src} />
|
||||
</Content>
|
||||
</>
|
||||
);
|
||||
|
Reference in New Issue
Block a user