Dynamic titles flicker
Answered
Polish posted this in #help-forum
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`
};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 solutionAnswer