Skip to content

Commit e879430

Browse files
authored
chore(template): changed cdn link from unpkg to jsdelivr
1 parent ed6acdc commit e879430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/template/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta name="description" content="Description">
88
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
9+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
1010
</head>
1111
<body>
1212
<div id="app"></div>
@@ -16,6 +16,6 @@
1616
repo: ''
1717
}
1818
</script>
19-
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
19+
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
2020
</body>
2121
</html>

0 commit comments

Comments
 (0)