Next.js Discord

Discord Forum

How can I make part of <title> persistent across different pages?

Answered
Silver posted this in #help-forum
Open in Discord
SilverOP
Since this is the way of defining a page's title:

export const metadata: Metadata = {
title: "title here | My Website",
description: ".Description here...",
};

How can I make the "| My Website" part persistent across the rest of the pages and only the change what's before it ("title here")?

2 Replies