Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5646283

Browse files
feat: lock versions of packages
1 parent 2ade12b commit 5646283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<link rel="icon" href="_media/docs_face.png">
1515

16-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css">
16+
<link rel="stylesheet" href="//unpkg.com/docsify@4/lib/themes/buble.css">
1717

1818
<style>
1919
/* Fix issue on mobile devices where a custom cover image goes off the screen. */
@@ -23,9 +23,9 @@
2323

2424
</style>
2525

26-
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
26+
<script src="//unpkg.com/docsify-edit-on-github@1/index.js"></script>
2727

28-
<script defer src="//unpkg.com/docsify/lib/docsify.min.js"></script>
28+
<script defer src="//unpkg.com/docsify@4/lib/docsify.min.js"></script>
2929
<script defer src="//cdn.jsdelivr.net/npm/prismjs/components/prism-markdown.min.js"></script>
3030

3131
</head>

0 commit comments

Comments
 (0)