googleAdsense

This commit is contained in:
tangly1024.com
2023-06-19 16:00:31 +08:00
parent 58278fac49
commit 133fdd7c77
12 changed files with 70 additions and 71 deletions

View File

@@ -7,6 +7,7 @@ import TweetEmbed from 'react-tweet-embed'
import 'katex/dist/katex.min.css'
import { mapImgUrl } from '@/lib/notion/mapImage'
import { AdSlot } from './GoogleAdsense'
const Code = dynamic(() =>
import('react-notion-x/build/third-party/code').then(async (m) => {
@@ -79,6 +80,8 @@ const NotionPage = ({ post, className }) => {
<PrismMac />
<AdSlot type={'in-article'}/>
</div>
}