Next.js Discord

Discord Forum

Dynamic titles flicker

Unanswered
Polish posted this in #help-forum
Open in Discord
PolishOP
I'm using generateMetadata in layout.jsx but when I change pages the title flickers to localhost.
metadata.title = {
    template: `%s | Website`,
    default: `${displayName} | Website`
};

2 Replies

PolishOP
Has anyone else seen this?
PolishOP
Rip