Skip to content

Commit ccea8b1

Browse files
committed
demo: update twemoji cdn, close #912
1 parent 92f2150 commit ccea8b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/demo_template/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bootstrap/3.2.0/css/bootstrap.css">
1111
<link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.1.0/styles/github.min.css">
1212
<script src="markdown-it.js"></script>
13-
<script src="https://twemoji.maxcdn.com/twemoji.min.js"></script>
13+
<script src="https://unpkg.com/twemoji@14.0.2/dist/twemoji.min.js" crossorigin="anonymous"></script>
1414
<link rel="stylesheet" href="index.css">
1515
<script src="index.js"></script>
1616
</head>

0 commit comments

Comments
 (0)