fix rngs.io keys for site headline

This commit is contained in:
MinamiFunakoshiTR 2025-04-22 15:23:18 -04:00
parent 3753966494
commit 185039c35e
Failed to extract signature

View file

@ -58,8 +58,8 @@ updated:
sectionUrl={content.sectionUrl}
hed={content.hed}
authors={content.authors.split(',')}
publishTime={content.published}
updateTime={content.updated}
publishTime={content.publishTime}
updateTime={content.updatTime}
/>
```