diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index e2a2563c62..ba88807e2d 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -75,7 +75,7 @@ module.exports = {
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' }],
['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }],
['link', { rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#ff8549' }],
- ['script', { type: 'text/javascript', src: 'https://cdn.wwads.cn/js/makemoney.js', async: true }],
+ ['script', { type: 'text/javascript', src: 'https://cdn.wwads.cn/js/makemoney.js' }],
],
theme: 'vuepress-theme-rsshub',
themeConfig: {
diff --git a/docs/.vuepress/theme/layouts/Layout.vue b/docs/.vuepress/theme/layouts/Layout.vue
index f7f8a0426c..dba46e8740 100644
--- a/docs/.vuepress/theme/layouts/Layout.vue
+++ b/docs/.vuepress/theme/layouts/Layout.vue
@@ -1,12 +1,10 @@
