I am experimenting with using the static site generation project type in Preact. It uses the Vike framework which I understand supports mixed rendering modes (e.g. SSG + SPA).
I would like to have most of the Preact site configured as SSG but then have a specific folder configured as SPA. I have tried initialising the Preact project as SSG and then changed the Vike configuration of the subfolder to SPA but that doesn’t seem to work.
Are there any examples of setting up mixing rendering modes with Vike and Preact?