From 39b7b146f72ca94a042b62b4c75680d8f8106cc3 Mon Sep 17 00:00:00 2001 From: "Arael D. Espinosa" Date: Fri, 31 May 2024 15:29:11 -0300 Subject: [PATCH] feat: add ads --- src/pages/index.tsx | 27 +++++++++++++++++---------- static/CNAME | 1 - 2 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 static/CNAME diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 720c530..ba4fe3d 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,22 @@ 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