Skip to content

Commit 6e3aa4b

Browse files
committed
refactor: use latest version
1 parent 1702924 commit 6e3aa4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777
}
7878
</style>
79-
<link rel="stylesheet" href="https://unpkg.com/gitalk/dist/gitalk.css">
79+
<link rel="stylesheet" href="https://unpkg.com/gitalk@latest/dist/gitalk.css">
8080
</head>
8181
<body>
8282
<div class="container">
@@ -114,7 +114,7 @@ <h2 class="hero-intro">一个基于 Github Issue 和 Preact 开发的评论插
114114
</p>
115115
<div id="gitalk-container"></div>
116116
</div>
117-
<script src="https://unpkg.com/gitalk/dist/gitalk.min.js"></script>
117+
<script src="https://unpkg.com/gitalk@latest/dist/gitalk.min.js"></script>
118118
<script type="text/javascript">
119119
var gitalk = new Gitalk({
120120
clientID: 'e46f6dec7c07145c652c',

0 commit comments

Comments
 (0)