fix: wrong rss path

This commit is contained in:
Derrick Hammer 2023-12-28 03:54:51 -05:00
parent e434640ce4
commit 4ea378d9a0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
"blog.lumeweb.com": {
"name": "Lume Web News",
"pubkey": "2F66BFFAD819A6BF221D26EE0FFE75E48D154F13761EAAE575896F17DBDA5FD3",
"rss": "posts/index.xml"
"rss": "post/index.xml"
}
}