We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1460931 commit c5669b3Copy full SHA for c5669b3
README.md
@@ -38,7 +38,7 @@ const feed_options = {
38
};
39
40
module.exports = {
41
- plugins: [ 'feed', feed_options ],
+ plugins: { 'feed', feed_options },
42
}
43
```
44
0 commit comments