fix: feed image path
This commit is contained in:
parent
62bdfa60cf
commit
048881e549
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "7.9.0",
|
"version": "7.9.1",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
"version": "https://jsonfeed.org/version/1",
|
"version": "https://jsonfeed.org/version/1",
|
||||||
"title": "{{ title }}",
|
"title": "{{ title }}",
|
||||||
"icon": "https://coryd.dev/static/images/avatar.png",
|
"icon": "https://coryd.dev/assets/img/avatar.png",
|
||||||
"home_page_url": "{{ meta.url }}",
|
"home_page_url": "{{ meta.url }}",
|
||||||
"feed_url": "{{ permalink | absoluteUrl: meta.url }}",
|
"feed_url": "{{ permalink | absoluteUrl: meta.url }}",
|
||||||
"items": [{% for entry in entries limit: 20 -%}
|
"items": [{% for entry in entries limit: 20 -%}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<image>
|
<image>
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<link>{{ permalink | absoluteUrl: meta.url }}</link>
|
<link>{{ permalink | absoluteUrl: meta.url }}</link>
|
||||||
<url>https://coryd.dev/static/images/avatar.png</url>
|
<url>https://coryd.dev/assets/img/avatar.png</url>
|
||||||
<width>144</width>
|
<width>144</width>
|
||||||
<height>144</height>
|
<height>144</height>
|
||||||
</image>
|
</image>
|
||||||
|
|
Reference in a new issue