mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-25 14:26:06 -04:00
attempt to fix metadata merging
This commit is contained in:
+3
-5
@@ -1,14 +1,12 @@
|
||||
import Link from "../../components/Link";
|
||||
import { addMetadata } from "../../lib/helpers/metadata";
|
||||
import { createMetadata } from "../../lib/helpers/metadata";
|
||||
|
||||
import backgroundImg from "./sundar.jpg";
|
||||
|
||||
export const metadata = addMetadata({
|
||||
export const metadata = createMetadata({
|
||||
title: "fuckyougoogle.zip",
|
||||
description: "This is a horrible idea.",
|
||||
alternates: {
|
||||
canonical: "/zip",
|
||||
},
|
||||
canonical: "/zip",
|
||||
});
|
||||
|
||||
const Page = () => {
|
||||
|
||||
Reference in New Issue
Block a user