This commit is contained in:
spiritlhl
2023-08-23 12:14:14 +00:00
parent 64edb6725e
commit 8da85fc212

View File

@@ -32,11 +32,11 @@ export default defineConfig({
// <meta name="google-site-verification" content="wdrGBim_2XmtMrqxivze70saMiPQAiOhpmN3KAWb0Sw" />
['meta', { name: 'msvalidate.01', content: 'FC9B6B8BEB3D3B56844ADA69766DBB24' }],
// <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 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License',
message: 'Under <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">(CC BY-NC-SA 4.0) License.</a><br>Thanks to <a href="https://www.cloudflare.com/">cloudflare</a> and <a href="https://tanglu.me/">tanglu.me</a> for the CDN.',
copyright: 'Copyright © 2022-present oneclickvirt'
}
}