orbit
orbit copied to clipboard
Incremental Site Regeneration (ISR) - feature
Implement ISR
Something like the following should be implemented.
// ...
func main() {
// ...
req.RenderPageWithConfig(orbit.StaticPage, props, &orbit.Config{revalidate: time.Second * 10})
}