fix: redirects
This commit is contained in:
parent
046b53878c
commit
7ec463da50
6 changed files with 12 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"version": "https://jsonfeed.org/version/1",
|
||||
"title": "{{ title }}",
|
||||
"icon": "https://coryd.dev/assets/img/default.png",
|
||||
"icon": "https://coryd.dev/assets/img/feed-icon.png",
|
||||
"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/default.png</url>
|
||||
<url>https://coryd.dev/assets/img/feed-icon.png</url>
|
||||
<width>144</width>
|
||||
<height>144</height>
|
||||
</image>
|
||||
|
|
Reference in a new issue