Skip to content

Commit a7d8b7b

Browse files
committed
fix url
1 parent 63c4a8b commit a7d8b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/createFeed.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ import process from 'process';
3939
{channel: [
4040
{"atom:link": {
4141
_attr: {
42-
href: "https://react-spectrum.adobe.com/releases/feed.rss",
42+
href: `https://react-spectrum.adobe.com/${type}/${type}-feed.rss`,
4343
rel: "self",
4444
type: "application/rss+xml",
4545
},
4646
},
4747
},
48-
{title: "Adobe React Spectrum Release"},
49-
{link: "https://react-spectrum.adobe.com/"},
48+
{title: "Adobe React Spectrum"},
49+
{link: `https://react-spectrum.adobe.com/`},
5050
{description: "A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences."},
5151
{language: "en-US"},
5252
...buildFeed(type, posts)

0 commit comments

Comments
 (0)