/blog. I then put the following settings in the Nuxt config like this:/blog is now pre-rendered. However, if I do something like this /blog?author=James it also works well and the page now displays values and it basically becomes a SPA, meaning the content of the page is not pre-rendered. /blog and not /blog?author=James, is for it to render with SSR. /blog should be a pre-rendered page and /blog?author=James should be a server side rendered page. Is this at all possible?