mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-31 23:16:54 +00:00
googleAdsense
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user