This commit is contained in:
tangly1024
2023-02-19 11:05:35 +08:00
parent 8d3fb0ead1
commit 957b9c4cdb

View File

@@ -28,7 +28,7 @@ const CommonScript = () => {
{/* GoogleAdsense */}
{BLOG.ADSENSE_GOOGLE_ID && <script async src={`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${BLOG.ADSENSE_GOOGLE_ID}`}
crossorigin="anonymous" />}
crossOrigin="anonymous" />}
{BLOG.COMMENT_CUSDIS_APP_ID && <script defer src='https://cusdis.com/js/widget/lang/zh-cn.js' />}