mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-18 20:54:27 -04:00
attempt to fix metadata merging
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
import { Comic_Neue as ComicNeueLoader } from "next/font/google";
|
||||
import PageTitle from "../../components/PageTitle";
|
||||
import { addMetadata } from "../../lib/helpers/metadata";
|
||||
import { createMetadata } from "../../lib/helpers/metadata";
|
||||
|
||||
export const metadata = addMetadata({
|
||||
export const metadata = createMetadata({
|
||||
title: "Previously on...",
|
||||
description: "An incredibly embarrassing and somewhat painful trip down this site's memory lane...",
|
||||
alternates: {
|
||||
canonical: "/previously",
|
||||
},
|
||||
canonical: "/previously",
|
||||
});
|
||||
|
||||
export const ComicNeue = ComicNeueLoader({
|
||||
|
Reference in New Issue
Block a user