Skip to content

Commit

Permalink
🐛 编辑器 CDN 从 cdn.jsdelivr.net 切换到 unpkg.com #64
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 24, 2022
1 parent 16e7e17 commit 5408dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export const initPjax = (cb) => {
(() => {
$.ajax({
method: 'GET',
url: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/index.min.js',
url: 'https://unpkg.com/[email protected]/dist/index.min.js',
dataType: 'script',
cache: true,
success: () => {
Expand Down

0 comments on commit 5408dab

Please sign in to comment.