Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 5b37984

Browse files
flakspRelequestual
authored andcommitted
Add blog suffix to blog base URL in RSS generator
1 parent 1b765cb commit 5b37984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-rss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function rssFeed(type, title, desc, outputPath) {
2525
return i2Date - i1Date;
2626
});
2727

28-
const base = 'https://json-schema.org';
28+
const base = 'https://json-schema.org/blog';
2929
const tracking = '?utm_source=rss';
3030

3131
const feed = {};

0 commit comments

Comments
 (0)