fix output paths

This commit is contained in:
Abel Luck 2026-03-30 15:10:47 +02:00
parent 8af28c2f68
commit 36cf98a91c
6 changed files with 12 additions and 8 deletions

View file

@ -192,7 +192,7 @@ def build_feed_settings(
{
"REPUBLISHER_OUT_DIR": str(out_dir),
"FEEDS": {
str(out_dir / f"{feed_slug}.rss"): {
str(feed_dir / "feed.rss"): {
"format": "rss",
"postprocessing": [],
"feed_name": feed_slug,