Skip to content

Commit 52651a8

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 16f7c6c + 8a33be0 commit 52651a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"mathjax": "https://cdn.jsdelivr.net/npm/mathjax@2",
5555
"css": [
5656
{
57-
"href": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/fontawesome.min.css",
57+
"href": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/fontawesome.min.css",
5858
"integrity": "sha512-P9vJUXK+LyvAzj8otTOKzdfF1F3UYVl13+F8Fof8/2QNb8Twd6Vb+VD52I7+87tex9UXxnzPgWA3rH96RExA7A=="
5959
},
6060
{
@@ -63,7 +63,7 @@
6363
},
6464
{
6565
"href": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/brands.min.css",
66-
"integrity": "sha512-8Jp5PI7qKEn304XONokQQRgiu/1P9kTBlvpLc7zRukkTBYGKt6z4CkwJUJhCwwWYnjSdxJcGqW9ifT7ZxPNgbg=="
66+
"integrity": "sha512-sVSECYdnRMezwuq5uAjKQJEcu2wybeAPjU4VJQ9pCRcCY4pIpIw4YMHIOQ0CypfwHRvdSPbH++dA3O4Hihm/LQ=="
6767
},
6868
{
6969
"href": "https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.1.2/reveal.min.css",

template/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1><%= pkg.description %></h1>
7070

7171
<script>
7272
mpkey = Reveal().getQueryHash().s || null
73-
mpdep = '<%= pkg.config.multiplex.url %>' + (mpkey ? 'master' : 'client') + '.js'
73+
mpdep = 'https://raw.githack.com/reveal/multiplex/master/' + (mpkey ? 'master' : 'client') + '.js'
7474

7575
Reveal.initialize({
7676
display: 'flex',

0 commit comments

Comments
 (0)