Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 2019641

Browse files
committed
Fix json, atom links & add rss
1 parent 405d0a6 commit 2019641

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/build-rss.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ const feed = new Feed({
1919
favicon: `${siteUrl}/favicon.ico`,
2020
copyright: 'All rights reserved 2020, Tailwind Labs',
2121
feedLinks: {
22-
json: `${siteUrl}/json`,
23-
atom: `${siteUrl}/atom`,
22+
rss: `${siteUrl}/feed.xml`,
23+
json: `${siteUrl}/feed.json`,
24+
atom: `${siteUrl}/atom.xml`,
2425
},
2526
author: {
2627
name: 'Adam Wathan',

0 commit comments

Comments
 (0)