Skip to content

Commit 43b470e

Browse files
committed
Use own CDN to serve Bootstrap
1 parent b652a8e commit 43b470e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico"/>
1212
<link type="text/css" rel="stylesheet" media="screen" href="/dist/converse.min.css" />
1313
<link type="text/css" rel="stylesheet" media="screen" href="/dist/website.min.css" />
14-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
14+
<script src="https://cdn.conversejs.org/3rdparty/bootstrap-5.3.2.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
1515
<script src="src/website.js"></script>
1616
</head>
1717
<script type="application/ld+json">

0 commit comments

Comments
 (0)