safe-global / safe-homepage

Safe homepage
https://safe.global
MIT License
6 stars 14 forks source link

feat: live updates on blog posts and blog landing page #353

Closed DiogoSoaress closed 5 months ago

DiogoSoaress commented 5 months ago

What is changed

Enable live updates on blog & press release posts and on the blog landing page

A new isDraft boolean was added to the BlogPost content type on the CMS to manage live what content should be visible/hidden in production.

github-actions[bot] commented 5 months ago

Branch preview

⏳ Deploying a preview site...

github-actions[bot] commented 5 months ago

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A

Report generated by eslint-plus-action

DiogoSoaress commented 5 months ago

To explain why I left a FIXME comment in the useAllPosts hook: