From 4ea378d9a01bb3a6895e98d7bcdb13922ffc0ad1 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 28 Dec 2023 03:54:51 -0500 Subject: [PATCH] fix: wrong rss path --- sites.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites.json b/sites.json index f5090d2..6aa2d36 100644 --- a/sites.json +++ b/sites.json @@ -2,6 +2,6 @@ "blog.lumeweb.com": { "name": "Lume Web News", "pubkey": "2F66BFFAD819A6BF221D26EE0FFE75E48D154F13761EAAE575896F17DBDA5FD3", - "rss": "posts/index.xml" + "rss": "post/index.xml" } }