fix: feed image path
This commit is contained in:
parent
62bdfa60cf
commit
048881e549
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
<image>
|
||||
<title>{{ title }}</title>
|
||||
<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>
|
||||
<height>144</height>
|
||||
</image>
|
||||
|
|
Reference in a new issue