googleAdsense

This commit is contained in:
tangly1024
2022-02-08 13:12:14 +08:00
parent 7120781e60
commit acf78ebd7b
2 changed files with 11 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ const CusdisComponent = dynamic(
const Comment = ({ frontMatter }) => {
const router = useRouter()
return (
<div className='comment mt-5 px-5 text-gray-800 dark:text-gray-300'>
<div className='comment mt-5 text-gray-800 dark:text-gray-300'>
<Tabs>
{BLOG.COMMENT_CUSDIS_APP_ID && (<div key='Cusdis'>
<CusdisComponent id={frontMatter.id} url={BLOG.LINK + router.asPath} title={frontMatter.title} />