Skip to content

Commit ad10815

Browse files
authored
Unbreak build by adding missing commas :(
1 parent 3cac3f9 commit ad10815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = {
9898
collapsable: false,
9999
children: [
100100
['/quickstart/publish','Publish with IPFS (UI)'],
101-
['/quickstart/publish_cli', 'Publish with IPFS (command line)' ]
101+
['/quickstart/publish_cli', 'Publish with IPFS (command line)' ],
102102
['/quickstart/retrieve','Retrieve with IPFS'],
103103
]
104104
},
@@ -117,7 +117,7 @@ module.exports = {
117117
collapsable: false,
118118
children: [
119119
['/quickstart/publish','Publish with IPFS (UI)'],
120-
['/quickstart/publish_cli', 'Publish with IPFS (command line)' ]
120+
['/quickstart/publish_cli', 'Publish with IPFS (command line)' ],
121121
['/quickstart/retrieve','Retrieve with IPFS'],
122122

123123
]

0 commit comments

Comments
 (0)