Skip to content

Commit 5c58629

Browse files
committed
Fix index.html
1 parent 5582669 commit 5c58629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="icon" href="favicon.ico">
77
<meta name="description" content="A magical documentation generator.">
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="/lib/themes/vue.css">
9+
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
1010
</head>
1111
<body>
1212
<nav>
@@ -16,7 +16,7 @@
1616
<div id="app"></div>
1717
</body>
1818
<script
19-
src="/lib/docsify.min.js"
19+
src="//unpkg.com/docsify/lib/docsify.min.js"
2020
data-max-level="4"
2121
data-sidebar-toggle
2222
data-coverpage

0 commit comments

Comments
 (0)