Skip to content

Commit

Permalink
fix(#40): change busuanzi js src
Browse files Browse the repository at this point in the history
Due to new domain policy of qiniu cdn, qbox.me is now unreachable
  • Loading branch information
SukkaW committed Oct 12, 2018
1 parent a125e0f commit b2ad7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_plugin/busuanzi/import_js.ejs
@@ -1,7 +1,7 @@
<% if (theme.vendors.busuanzi) { %>
<script src="<%= theme.vendors.busuanzi %>" async></script>
<% } else { %>
<script src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js" async></script>
<script src="https://cdn.jsdelivr.net/npm/busuanzi@2.3.0/bsz.pure.mini.js" async></script>
<% } %>

<!-- Offset -->
Expand Down

0 comments on commit b2ad7f6

Please sign in to comment.