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