-
|
Hello, I'd like to do SSR on our Node server, similar to this: https://github.com/frandiox/vite-ssr/blob/master/examples/node-server/index.js
Sorry I did not find the guide on how to do these steps on iles documentation. Could you please share how to do these in iles? Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi Yves! îles does not support SSR at the moment, ideally the site is built before deployment (Jamstack). I'd suggest you try Nuxt if you need to serve different content for different users. If what you want is to serve the build-time generated HTML through a Node server, most servers support some kind of static files middleware. |
Beta Was this translation helpful? Give feedback.
Hi Yves!
îles does not support SSR at the moment, ideally the site is built before deployment (Jamstack).
I'd suggest you try Nuxt if you need to serve different content for different users.
If what you want is to serve the build-time generated HTML through a Node server, most servers support some kind of static files middleware.