simple主题 广告位优化

This commit is contained in:
tangly1024
2023-06-20 15:56:53 +08:00
parent 5c8a7b607b
commit eda51e4479
8 changed files with 43 additions and 38 deletions

View File

@@ -7,7 +7,6 @@ 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) => {
@@ -80,8 +79,6 @@ const NotionPage = ({ post, className }) => {
<PrismMac />
<AdSlot type={'in-article'}/>
</div>
}