diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts
index a9534739a9..bf5f5f0929 100644
--- a/docs/.vitepress/config.ts
+++ b/docs/.vitepress/config.ts
@@ -32,11 +32,11 @@ export default defineConfig({
//
['meta', { name: 'msvalidate.01', content: 'FC9B6B8BEB3D3B56844ADA69766DBB24' }],
//
- // ['script', {
- // async: true,
- // src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5991535488582679",
- // crossorigin: "anonymous"
- // }],
+ ['script', {
+ async: true,
+ src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5991535488582679",
+ crossorigin: "anonymous"
+ }],
],
locales: {
root: {
@@ -110,7 +110,7 @@ export default defineConfig({
indexName: 'virt-spiritlhl'
},
footer: {
- message: 'This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License',
+ message: 'Under (CC BY-NC-SA 4.0) License.
Thanks to cloudflare and tanglu.me for the CDN.',
copyright: 'Copyright © 2022-present oneclickvirt'
}
}