支持HillTOP验证

This commit is contained in:
tangly1024.com
2025-02-06 17:39:10 +08:00
parent 98b4d27efa
commit 3445e84609
2 changed files with 110 additions and 48 deletions

View File

@@ -15,9 +15,7 @@ const SEO = props => {
const PATH = siteConfig('PATH')
const LINK = siteConfig('LINK')
const SUB_PATH = siteConfig('SUB_PATH', '')
let url = PATH?.length
? `${LINK}/${SUB_PATH}`
: LINK
let url = PATH?.length ? `${LINK}/${SUB_PATH}` : LINK
let image
const router = useRouter()
const meta = getSEOMeta(props, router, useGlobal()?.locale)