Skip to content

Commit

Permalink
feat: add google site verification header
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Feb 12, 2024
1 parent 502a7f2 commit 6940e4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -36,6 +37,12 @@ const Home = () => (
title="Welcome"
description="Explore the vast possibilities of the Colony Network"
>
<Head>
<meta
name="google-site-verification"
content="l1ibLfGChyPkho3mtmGABRKUe7ADfDpLl4iyj9iAnAI"
/>
</Head>
<main className="grow bg-blue-800 font-sans">
<div className="container relative mx-auto text-center mt-10 md:mt-40 z-10">
<h1 className="mb-6 text-3xl text-white font-bold leading-none tracking-normal md:text-5xl lg:text-6xl">
Expand Down

0 comments on commit 6940e4f

Please sign in to comment.