diff --git a/app.vue b/app.vue index fb8214e..2b9f8b6 100644 --- a/app.vue +++ b/app.vue @@ -3,12 +3,6 @@ import { appName } from './constants' useHead({ title: appName, - meta: [ - { - name: 'baidu-site-verification', - content: 'codeva-Kp2zJogRLy', - }, - ], bodyAttrs: { class: 'scrollbar-thumb-color-dark-50 scrollbar-track-color-transparent scrollbar-radius-2 scrollbar-thumb-radius-4 scrollbar-w-4px scrollbar scrollbar-rounded [&>div]:overflow-x-hidden', }, diff --git a/nuxt.config.ts b/nuxt.config.ts index 7680b08..d1ab52e 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -130,6 +130,14 @@ export default defineNuxtConfig({ { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { name: 'description', content: appDescription }, { name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' }, + { + name: 'baidu-site-verification', + content: 'codeva-Kp2zJogRLy', + }, + { + name: 'baidu-site-verification', + content: 'codeva-SHLbtRS3fs', + }, ], }, },