mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 15:10:16 +00:00
支持HillTOP验证
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user