Hey everyone,
I’m trying to get static pages via plasmic work in Next JS 13 via app folder using plasmic-loader, i’m hosting via vercel.
I’m following the docs using the basic Website starter.
The page is server-side rendered vs static-side rendered when I’m using the old getStaticsProps style.
There are no issue with server-side rendering per say but it seems that there is no cache on the server-side rendered plasmic page witch make a way slower page load.
Do have any tips on how to make SSG work with app directory and/or fix the caching issue ?