@kapa.ai I have set up the error page as you mentioned and the layout is showing, but the content of my error page (everything inside NuxtLayout) is not showing.
Storing and accessing large json data set for navigation
@kapa.ai what are the pros and cons of using a Pinia store for this purpose? And would navigation be faster if the json file is stored in the public folder?
@kapa.ai 404.html is statically generated now, but still acts as an SPA. I basically want the Pinia store to always be prefilled, also when users land on a page that is not statically generated.