diff --git a/scripts/tags/friends.js b/scripts/tags/friends.js
index 4e99263..cc3a068 100644
--- a/scripts/tags/friends.js
+++ b/scripts/tags/friends.js
@@ -67,7 +67,7 @@ hexo.extend.tag.register('friends', function(args) {
if (group.repo) {
el += '
';
diff --git a/scripts/tags/ghcard.js b/scripts/tags/ghcard.js
index de6a4cb..2dfe410 100644
--- a/scripts/tags/ghcard.js
+++ b/scripts/tags/ghcard.js
@@ -24,10 +24,10 @@ hexo.extend.tag.register('ghcard', function(args) {
if (path.includes('/')) {
// is repo
const ps = path.split('/');
- url += 'https://github-readme-stats.vercel.app/api/pin/?username=' + ps[0] + '&repo=' + ps[1];
+ url += 'https://github-readme-stats.xaoxuu.com/api/pin/?username=' + ps[0] + '&repo=' + ps[1];
} else {
// is user
- url += 'https://github-readme-stats.vercel.app/api/?username=' + path;
+ url += 'https://github-readme-stats.xaoxuu.com/api/?username=' + path;
}
url += '&' + hexo.args.joinURLParams(args, params);
if (!url.includes('&show_owner=')) {
diff --git a/scripts/tags/sites.js b/scripts/tags/sites.js
index edb6f8f..5389cec 100644
--- a/scripts/tags/sites.js
+++ b/scripts/tags/sites.js
@@ -71,7 +71,7 @@ hexo.extend.tag.register('sites', function(args) {
if (group.repo) {
el += '';