Skip to content

Commit 6545115

Browse files
authored
chore(command): changed cdn link for SSR from unpkg to jsdelivr
1 parent e879430 commit 6545115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/commands/start.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ const defaultConfig = {
1515
<title>My Doc</title>
1616
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
1717
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
18-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="vue">
18+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css" title="vue">
1919
</head>
2020
<body>
2121
<!--inject-app-->
2222
<!--inject-config-->
23-
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
23+
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
2424
</body>
2525
</html>`
2626
}

0 commit comments

Comments
 (0)