chore: image
This commit is contained in:
parent
0ca87a43e2
commit
71774e5497
3 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"version": "https://jsonfeed.org/version/1",
|
||||
"title": "{{ title }}",
|
||||
"icon": "https://coryd.dev/assets/img/avatar.png",
|
||||
"icon": "https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500",
|
||||
"home_page_url": "{{ meta.url }}",
|
||||
"feed_url": "{{ permalink | absoluteUrl: meta.url }}",
|
||||
"items": [{% for entry in entries limit: 20 -%}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<image>
|
||||
<title>{{ title }}</title>
|
||||
<link>{{ permalink | absoluteUrl: meta.url }}</link>
|
||||
<url>https://coryd.dev/assets/img/avatar.png</url>
|
||||
<url>https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=144&h=144</url>
|
||||
<width>144</width>
|
||||
<height>144</height>
|
||||
</image>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1 MiB After Width: | Height: | Size: 565 KiB |
Reference in a new issue