Skip to content

Commit 3dae0c6

Browse files
committed
#3414 webpage: use legacy paths for the feed
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent b3d7315 commit 3dae0c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webpage/src/.vuepress/config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ export default defineUserConfig({
275275
rss: true,
276276
atom: true,
277277
json: true,
278+
rssOutputFilename: "rss.xml",
279+
atomOutputFilename: "feed.atom",
280+
jsonOutputFilename: "feed.json",
278281
channel: {
279282
title: "QOwnNotes Blog",
280283
description:

0 commit comments

Comments
 (0)