feat(frontend): rich OG metadata + dynamic page titles across all routes
Some checks failed
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Has been cancelled
test / unit (pull_request) Has been cancelled
test / integration (pull_request) Has been cancelled
Some checks failed
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Has been cancelled
test / unit (pull_request) Has been cancelled
test / integration (pull_request) Has been cancelled
This commit is contained in:
@@ -7,8 +7,25 @@ import localFont from "next/font/local";
|
||||
import InstallPrompt from "@/components/install-prompt";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Thoughts",
|
||||
description: "A social network for sharing thoughts",
|
||||
title: {
|
||||
default: "Thoughts",
|
||||
template: "%s · Thoughts",
|
||||
},
|
||||
description:
|
||||
"A federated social network for short-form thoughts. Follow people across Mastodon, Pixelfed, and the wider Fediverse.",
|
||||
openGraph: {
|
||||
type: "website",
|
||||
siteName: "Thoughts",
|
||||
title: "Thoughts",
|
||||
description:
|
||||
"A federated social network for short-form thoughts. Follow people across the Fediverse.",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary",
|
||||
title: "Thoughts",
|
||||
description:
|
||||
"A federated social network for short-form thoughts. Follow people across the Fediverse.",
|
||||
},
|
||||
};
|
||||
|
||||
const frutiger = localFont({
|
||||
|
||||
Reference in New Issue
Block a user