Skip to content

Commit 057f7f7

Browse files
fix: remove parentheses from the video player configuration (#622)
1 parent 6fad8c7 commit 057f7f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ module.exports = {
254254
],
255255
['meta', { name: 'msapplication-TileColor', content: '#000000' }],
256256
[
257-
('script',
257+
'script',
258258
{
259259
src: 'https://player.vimeo.com/api/player.js'
260-
})
260+
}
261261
],
262262
[
263263
'script',

0 commit comments

Comments
 (0)