Skip to content

Commit a55329b

Browse files
authoredMar 19, 2020
Fix the setup() function in the documentation (#22368)
#16018
1 parent 5496e6b commit a55329b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎docs/docs/adding-an-rss-feed.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ module.exports = {
159159
}
160160
`,
161161
/* highlight-start */
162-
setup: () => ({
162+
setup: options => ({
163+
...options,
163164
custom_namespaces: {
164165
itunes: 'http://www.itunes.com/dtds/podcast-1.0.dtd',
165166
},

0 commit comments

Comments
 (0)
Please sign in to comment.