chore: more image cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-07 11:13:51 -07:00
parent 4c4a2269f8
commit 7c0a239e1c
No known key found for this signature in database
22 changed files with 15 additions and 25 deletions

View file

@ -2,7 +2,7 @@
{
"version": "https://jsonfeed.org/version/1",
"title": "{{ title }}",
"icon": "https://coryd.dev/assets/avatar.png",
"icon": "https://coryd-dev.b-cdn.net/assets/avatar.png",
"home_page_url": "{{ meta.url }}",
"feed_url": "{{ permalink | absoluteUrl: meta.url }}",
"items": [{% for entry in entries limit: 20 -%}

View file

@ -10,7 +10,7 @@
<image>
<title>{{ title }}</title>
<link>{{ permalink | absoluteUrl: meta.url }}</link>
<url>https://coryd.dev/assets/img/feed-icon.png</url>
<url>https://coryd-dev.b-cdn.net/assets/avatar.png</url>
<width>144</width>
<height>144</height>
</image>