Mark-RD

Results 2 comments of Mark-RD

Build caching idea: ```js //Return a page hash, unique for each page variation export function getHash() { //return CMS.pageVersion; //return CMS.lastUpdateTime; //return null; //Always rebuild - Sitemap etc return Astro.props;...

* What to do if the SSG is so large it times out current static host builds? _Allow the build cache to be hydrated on a local machine before pushing...