mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-18 15:05:32 -04:00
a bunch of cleanup, mostly of my messy css hacks over the years
This commit is contained in:
@@ -15,6 +15,14 @@ export const metadata = addMetadata({
|
||||
alternates: {
|
||||
canonical: "/birthday",
|
||||
},
|
||||
openGraph: {
|
||||
videos: [
|
||||
{
|
||||
url: `${env.NEXT_PUBLIC_BASE_URL}${webm}`,
|
||||
type: "video/webm",
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
const Page = () => {
|
||||
|
Reference in New Issue
Block a user