diff --git a/pages/index.tsx b/pages/index.tsx index 51cf631e92..dbb8a79810 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,5 +1,9 @@ export default function Home() { - return null; + return ( +
+ +
+ ); } export async function getStaticProps() {