fix: 404s
This commit is contained in:
parent
3698ee477c
commit
2443feff31
3 changed files with 24 additions and 2 deletions
|
@ -5,7 +5,7 @@ permalink: '/feed.json'
|
|||
{
|
||||
"version": "https://jsonfeed.org/version/1",
|
||||
"title": "All posts • Cory Dransfeldt",
|
||||
"icon": "https://coryd.dev/static/images/avatar.webp",
|
||||
"icon": "https://coryd.dev/assets/img/avatar.webp",
|
||||
"home_page_url": "https://coryd.dev",
|
||||
"feed_url": "https://coryd.dev/feed.json",
|
||||
"items": [{% for item in posts %}
|
||||
|
|
Reference in a new issue