Skip to content

Commit d7cff29

Browse files
committed
Using fixed release as a rolling option to slow cache updates of jsdelivr
1 parent bfd6e8f commit d7cff29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-example/005_cdn_usage/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="icon" type="image/png" href="./favicon.png">
99
<link rel="stylesheet" href="./styles/styles.css">
1010
<!-- Loading SimplePDFviewer via CDN(jsdelivr) -->
11-
<script src="https://cdn.jsdelivr.net/gh/BrunoRNS/SimplePDFviewer@latest/min/core.min.js"></script>
11+
<script src="https://cdn.jsdelivr.net/gh/BrunoRNS/SimplePDFviewer@release-20260222-213424/min/core.min.js"></script>
1212
</head>
1313
<body>
1414
<div class="app-header">

0 commit comments

Comments
 (0)