psychodude
psychodude
TTCTheo's Typesafe Cult
Created by psychodude on 6/30/2023 in #questions
Metadata rarely updating when using <Link> to navigate
Hello all, I've run into this weird bug in NextJS 13.4 using the app router. For some reason when I use a <Link> to navigate to a page is refuses to use the correct title for that page. If I reload the page it shows the correct title. Now what has me really confused is that once in a while it does update for one page, but never changes after that. None of my pages are client side and I am using:
export const metadata = {
title: 'Page - Site',
}
export const metadata = {
title: 'Page - Site',
}
1 replies