Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
kchenturtles committed Nov 13, 2023
1 parent 1e1296e commit ad15c4f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ import "./global.css";
import styles from "./layout.module.css";
import type { AppProps } from 'next/app'

// export const metadata = {
// title: {
// template: "The Wild Thistle Productions",
// default: "The Wild Thistle Productions",
// },
// description: "The Wild Thistle Productions Podcast.",
// alternates: {
// canonical: "/",
// },
// themeColor: "#c40000",
// };
export const metadata = {
title: {
template: "The Wild Thistle Productions",
default: "The Wild Thistle Productions",
},
description: "The Wild Thistle Productions Podcast.",
alternates: {
canonical: "/",
}
// themeColor: ,
};



Expand Down

0 comments on commit ad15c4f

Please sign in to comment.