mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-14 23:20:51 -05:00
move some non-post pages to mdx
This commit is contained in:
@@ -4,16 +4,18 @@ import type { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "404 Not Found",
|
||||
description: null,
|
||||
openGraph: {},
|
||||
alternates: {
|
||||
canonical: null,
|
||||
},
|
||||
};
|
||||
|
||||
export default async function Page() {
|
||||
return (
|
||||
<div style={{ textAlign: "center" }}>
|
||||
<Video
|
||||
src={{
|
||||
webm: "/static/not-found/angry-panda.webm",
|
||||
mp4: "/static/not-found/angry-panda.mp4",
|
||||
}}
|
||||
src={["/static/not-found/angry-panda.webm", "/static/not-found/angry-panda.mp4"]}
|
||||
autoplay
|
||||
responsive={false}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user