This commit is contained in:
Sam Potts
2019-01-27 01:15:54 +11:00
parent 32e8cce527
commit 6bf6c3f0f4
6 changed files with 7 additions and 5 deletions

View File

@ -62,7 +62,7 @@ import Plyr from '../../../src/js/plyr';
const player = new Plyr(selector, {
debug: true,
title: 'View From A Blue Moon',
iconUrl: '../dist/plyr.svg',
iconUrl: 'dist/plyr.svg',
keyboard: {
global: true,
},