How to enable SSR for only select pages in Vercel
Hello,
Here's my nuxt config
But even with this config the homepage route
/
seems to be a server function.
Even static assets are served from a function (See the attached image).
Basically I only want /server/*
routes to use ssr and other pages/files to be static.0 Replies