diff --git a/src/box-icon-element.js b/src/box-icon-element.js index 6a38d2a..18d549f 100644 --- a/src/box-icon-element.js +++ b/src/box-icon-element.js @@ -81,7 +81,7 @@ export class BoxIconElement extends HTMLElement { static get cdnUrl() { // BUILD.DATA.VERSION is injected by webpack during a build. // Value is same as package.json#version property. - return `//unpkg.com/boxicons@${BUILD.DATA.VERSION}/svg`; + return `https://unpkg.com/boxicons@${BUILD.DATA.VERSION}/svg`; } /** * The html tag name to be use