mode: "navigation". i looked at nuxt source and it hooks page:start, which ive realized only happens when the page is "loaded/reloaded" you could say. it becomes especially noticeable when i figured out that that hook is only called when the app is rendered for the first time, or when nuxt returns from a recoverable error (which was not client side navigation). what can i do to make it behave normally (where client side navigation counts)?