Skip to content

Commit 7c15f7e

Browse files
committed
fix: prod URLs for vue and avoid mixed active content
1 parent 65f9de7 commit 7c15f7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

editor/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<script type="importmap">
77
{
88
"imports": {
9-
"vue": "http://unpkg.com/vue@3/dist/vue.esm-browser.js",
10-
"opentype": "http://unpkg.com/opentype.js/dist/opentype.module.js"
9+
"vue": "https://unpkg.com/vue@3/dist/vue.esm-browser.prod.js",
10+
"opentype": "https://unpkg.com/opentype.js/dist/opentype.module.js"
1111
}
1212
}
1313
</script>

0 commit comments

Comments
 (0)