Skip to content

Commit 6c42530

Browse files
committed
Update
1 parent 48a63ca commit 6c42530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/waline.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="waline"></div>
22
<script type="module">
3-
import { init } from 'https://unpkg.com/@waline/client@v3/dist/waline.js'
3+
import { init } from 'https://cdn.jsdelivr.net/npm/@waline/client@3/dist/waline.js'
44

55
init({
66
el: '#waline',

static/admin/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body>
1111
<!-- Include the script that builds the page and powers Decap CMS -->
12-
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
12+
<script src="https://cdn.jsdelivr.net/npm/decap-cms@3.6.2/dist/decap-cms.js" integrity="sha256-WxCg7VZgMojBMxL13SErQg75vziDFV937n92ia4vijY=" crossorigin="anonymous"></script>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)