SSG support
#270
Replies: 6 comments 7 replies
|
Not sure how it would work on cloudflare but official support for it would be nice |
0 replies
|
Isnt that already possible? Simply set all your astrojs pages to |
0 replies
|
@JUVOJustin how will it invalidate and regenerate the relevant static page upon updating from the EmDash content editor? |
5 replies
|
This can also be done on Cloudflare with deploy hooks: https://developers.cloudflare.com/changelog/post/2026-04-01-deploy-hooks/ |
2 replies
|
Maybe there can be an option for "content update policy" or something similar. Be it cache invalidation, rebuilding, etc. |
0 replies
|
Yes please!! Would love an easy way to do static sites with EmDash CMS |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
One of the advantages of Astro is SSG. Content driven sites usually stay static after the content is published. Once a content is published, we can take the advantage of Astro's SSG. When the relevant content is updated, a hook can fire of to clear the cache and the relevant content will be regenerated. Payload CMS works exactly in that way. SSG makes every pages of the sites instant. Good for everything.
All reactions