1
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:
2025-04-22 22:17:32 -04:00
parent fe055116d5
commit 6c3cd0afe9
25 changed files with 411 additions and 413 deletions

View File

@@ -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({