We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f998893 + 65ba9c1 commit 2ac2a03Copy full SHA for 2ac2a03
1 file changed
plugins/rss/src/rss.js
@@ -47,7 +47,7 @@ const rssPlugin = (routes) => {
47
writeFileSync(join(config.outDir || '', 'feed.atom'), feed.atom1());
48
log(`✅ Created ${yellow(config.outDir + '/feed.atom')}`);
49
writeFileSync(join(config.outDir || '', 'feed.json'), feed.json1());
50
- log(`✅ Created ${yellow(config.outDir + '/feed.atom')}`);
+ log(`✅ Created ${yellow(config.outDir + '/feed.json')}`);
51
} catch (error) {
52
logError('❌ Failed to create RSS feed. Error:', error);
53
throw error;
0 commit comments