Skip to content

Commit c5669b3

Browse files
authored
Fix bracket typo
Plugins config needs to be in nested array or object, https://vuepress.vuejs.org/plugin/using-a-plugin.html
1 parent 1460931 commit c5669b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const feed_options = {
3838
};
3939

4040
module.exports = {
41-
plugins: [ 'feed', feed_options ],
41+
plugins: { 'feed', feed_options },
4242
}
4343
```
4444

0 commit comments

Comments
 (0)