Skip to content

Commit

Permalink
fix: lock docsify version due to docsifyjs/docsify#1233
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Aug 6, 2020
1 parent cfd12ca commit 58677f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="React store with hooks.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="//unpkg.com/docsify@4.11.3/lib/themes/vue.css">
</head>
<body>
<nav>
Expand Down Expand Up @@ -40,10 +40,10 @@
relativePath: true,
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify@4.11.3/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-jsx.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/docsify@4.11.3/lib/plugins/ga.min.js"></script>
<script src="//unpkg.com/docsify@4.11.3/lib/plugins/search.min.js"></script>
</body>
</html>

0 comments on commit 58677f9

Please sign in to comment.