So I've got a preact SPA app and I want to create static-sites for some content (The content only updates a few times a year and new content is only added once a week)
Currently, I am using prerenderer-webpack-plugin
to prerender all of the routes I require on a build and then using webhooks with Netlify to build on changes.
I'd love to know how other people are approaching this?
Top comments (0)