Replies: 6 comments 7 replies
-
|
Not sure how it would work on cloudflare but official support for it would be nice |
Beta Was this translation helpful? Give feedback.
-
|
Isnt that already possible? Simply set all your astrojs pages to |
Beta Was this translation helpful? Give feedback.
-
|
@JUVOJustin how will it invalidate and regenerate the relevant static page upon updating from the EmDash content editor? |
Beta Was this translation helpful? Give feedback.
-
|
This can also be done on Cloudflare with deploy hooks: https://developers.cloudflare.com/changelog/post/2026-04-01-deploy-hooks/ |
Beta Was this translation helpful? Give feedback.
-
|
Maybe there can be an option for "content update policy" or something similar. Be it cache invalidation, rebuilding, etc. |
Beta Was this translation helpful? Give feedback.
-
|
Yes please!! Would love an easy way to do static sites with EmDash CMS |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions