14 lines
No EOL
345 B
TypeScript
14 lines
No EOL
345 B
TypeScript
import { Metadata } from "next";
|
|
|
|
export const metadata: Metadata = {
|
|
title: "Ephemeris",
|
|
description: "A blog about me and my interests",
|
|
creator: "hangerthem",
|
|
openGraph: {
|
|
type: "website",
|
|
title: "Ephemeris",
|
|
description: "A blog about me and my interests",
|
|
url: process.env.SITE_URL,
|
|
siteName: "Ephemeris",
|
|
},
|
|
} |