Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored and astrobot-houston committed Oct 15, 2024
1 parent 925cff3 commit 67bb22e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/astro-rss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,12 @@ rss({
customData: '<itunes:author>MF Doom</itunes:author>',
items: episodes.map((episode) => ({
// ...
customData: `<itunes:episodeType>${episode.frontmatter.type}</itunes:episodeType>` +
customData:
`<itunes:episodeType>${episode.frontmatter.type}</itunes:episodeType>` +
`<itunes:duration>${episode.frontmatter.duration}</itunes:duration>` +
`<itunes:explicit>${episode.frontmatter.explicit || false}</itunes:explicit>`,
})),
})
});
```

### `trailingSlash`
Expand Down

0 comments on commit 67bb22e

Please sign in to comment.