From 66b63881a1368cb148fc5867d483428f1842afc2 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sun, 11 Sep 2022 14:10:40 -0500 Subject: [PATCH] Use configured domain in SEO tag --- web/components/SEO.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 && ( )}