diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3642a22..34bd4a9 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -66,6 +66,16 @@ const config: Config = { ] ], + headTags: [ + { + tagName: "meta", + attributes: { + name: "google-adsense-account", + content: "ca-pub-5927916376173700", + } + }, + ], + themeConfig: { // Replace with your project's social card image: 'img/docusaurus-social-card.jpg', diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 720c530..29f9ead 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,7 +8,7 @@ import Heading from '@theme/Heading'; import styles from './index.module.css'; function HomepageHeader() { - const {siteConfig} = useDocusaurusContext(); + const { siteConfig } = useDocusaurusContext(); return (
@@ -32,15 +32,17 @@ function HomepageHeader() { } export default function Home(): JSX.Element { - const {siteConfig} = useDocusaurusContext(); + const { siteConfig } = useDocusaurusContext(); return ( - - -
- -
-
+ <> + + +
+ +
+
+ ); } diff --git a/static/CNAME b/static/CNAME deleted file mode 100644 index 1445514..0000000 --- a/static/CNAME +++ /dev/null @@ -1 +0,0 @@ -wiki.depingaasere.com \ No newline at end of file