Add custom ad

This commit is contained in:
Kamran Ahmed
2021-09-05 18:46:38 +02:00
parent 0a6d72f671
commit bc9e58c155
3 changed files with 43 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { Box, Container, Flex, Image, Link, Stack, Text } from '@chakra-ui/react';
import siteConfig from '../content/site.json';
import { CustomAd } from './custom-ad';
function NavigationLinks() {
return (
@ -64,6 +65,7 @@ export function Footer() {
</Box>
</Container>
<CustomAd />
{process.env.GA_SECRET && false && (
<script
async