diff --git a/web/components/SEO.tsx b/web/components/SEO.tsx index 08dee31e..cb0d6965 100644 --- a/web/components/SEO.tsx +++ b/web/components/SEO.tsx @@ -1,6 +1,7 @@ import { ReactNode } from 'react' import Head from 'next/head' import { Challenge } from 'common/challenge' +import { ENV_CONFIG } from 'common/envs/constants' export type OgCardProps = { question: string @@ -88,7 +89,7 @@ export function SEO(props: { {url && ( )}