Hey everyone! I have a Nuxt3 app where I use npx nuxi generate for static site generation and I've set up page transitions as per the official guide (https://nuxt.com/docs/getting-started/transitions). Everything works flawlessly, but I've observed that when navigating between routes, the scroll position of the new page is retained from the previous page. I suspect this could be due to preloading but I am not sure.
How can I ensure that every new page starts at the top scroll position after a transition?