diff --git a/app/web/src/components/Seo/Seo.tsx b/app/web/src/components/Seo/Seo.tsx index 7c8adc5..9a951bc 100644 --- a/app/web/src/components/Seo/Seo.tsx +++ b/app/web/src/components/Seo/Seo.tsx @@ -1,9 +1,9 @@ import { Helmet } from 'react-helmet' const Seo = ({ - title, - description, - lang, + title = "CadHub", + description = "Edit this part of CadHub", + lang = 'en-US', socialImageUrl, }: { title: string @@ -20,12 +20,25 @@ const Seo = ({ title={title} titleTemplate={`Cadhub - ${title}`} > - +