diff --git a/src/templateList.js b/src/templateList.js index fdea920..2575f73 100644 --- a/src/templateList.js +++ b/src/templateList.js @@ -2,18 +2,18 @@ export default [ { id: 'react', title: 'React', - img: '/assets/react-logo.svg' + img: 'assets/react-logo.svg' }, { id: 'vue', title: 'Vue', - img: '/assets/vue-logo.svg', + img: 'assets/vue-logo.svg', isFileModeSupported: true }, { id: 'preact', title: 'Preact', - img: '/assets/preact-logo.svg' + img: 'assets/preact-logo.svg' }, { id: 'tailwind2', @@ -28,7 +28,7 @@ export default [ { id: 'kontra-game-engine', title: 'Kontra Game Engine', - img: '/assets/html5-logo.svg', + img: 'assets/html5-logo.svg', isFileModeSupported: true } ];