diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 746a5f9fa..4b34cfb10 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,5 +1,6 @@ import React, { ReactNode } from 'react'; import Layout from '@theme/Layout'; +import Head from '@docusaurus/Head'; import Books from '@site/static/img/books.svg'; import Code from '@site/static/img/code.svg'; @@ -36,6 +37,12 @@ const Home = () => ( title="Welcome" description="Explore the vast possibilities of the Colony Network" > + + +