mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-31 23:16:54 +00:00
fix 页内url替换
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
import { siteConfig } from '@/lib/config'
|
||||
import dynamic from 'next/dynamic'
|
||||
import { GlobalStyle } from './GlobalStyle'
|
||||
import LA51 from './LA51'
|
||||
import TianLiGPT from './TianliGPT'
|
||||
import WebWhiz from './Webwhiz'
|
||||
|
||||
import { convertInnerUrl } from '@/lib/notion/convertInnerUrl'
|
||||
import { isBrowser, loadExternalResource } from '@/lib/utils'
|
||||
import dynamic from 'next/dynamic'
|
||||
import { useRouter } from 'next/router'
|
||||
import { useEffect } from 'react'
|
||||
import Coze from './Coze'
|
||||
import { GlobalStyle } from './GlobalStyle'
|
||||
import { initGoogleAdsense } from './GoogleAdsense'
|
||||
import LA51 from './LA51'
|
||||
import TianLiGPT from './TianliGPT'
|
||||
import WebWhiz from './Webwhiz'
|
||||
|
||||
/**
|
||||
* 各种插件脚本
|
||||
@@ -105,7 +104,7 @@ const ExternalPlugin = props => {
|
||||
if (ADSENSE_GOOGLE_ID) {
|
||||
setTimeout(() => {
|
||||
initGoogleAdsense(ADSENSE_GOOGLE_ID)
|
||||
}, 1000)
|
||||
}, 3000)
|
||||
}
|
||||
|
||||
// 映射url
|
||||
|
||||
Reference in New Issue
Block a user