mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:46:40 -04:00
move some non-post pages to mdx
This commit is contained in:
@ -29,11 +29,11 @@ export default function Page() {
|
||||
|
||||
<Content>
|
||||
<Video
|
||||
src={{
|
||||
webm: "/static/hillary/convention-720p.webm",
|
||||
mp4: "/static/hillary/convention-720p.mp4",
|
||||
vtt: "/static/hillary/subs.en.vtt",
|
||||
}}
|
||||
src={[
|
||||
"/static/hillary/convention-720p.webm",
|
||||
"/static/hillary/convention-720p.mp4",
|
||||
"/static/hillary/subs.en.vtt",
|
||||
]}
|
||||
poster={thumbnail.src}
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user