Skip to content

Commit

Permalink
chore: 删除底部广告
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjuning committed Oct 17, 2023
1 parent d7575cc commit b705d00
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .dumi/theme/layouts/DocLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ const DocLayout: FC = () => {
<Content>
<article>
{outlet}
<Adsense
className="adsbygoogle"
style={{ display: "block" }}
data-ad-client="ca-pub-7029815294762181"
data-ad-slot="6412968057"
data-ad-format="auto"
data-full-width-responsive="true"
/>
</article>
<ContentFooter />
<Footer />
Expand Down

0 comments on commit b705d00

Please sign in to comment.