Next.js Discord

Discord Forum

Dynamic titles flicker

Answered
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`
};
Answered by Polish
mlLimitedBots: /.*/
in the NextConfig was the solution
View full answer

4 Replies

PolishOP
Has anyone else seen this?
it may help you, if your metadata is being streamed rn
PolishOP
mlLimitedBots: /.*/
in the NextConfig was the solution
Answer