Tweak meta data for learn subdomain

This commit is contained in:
Kurt Hutten
2021-05-01 11:53:42 +10:00
parent 2b37a23471
commit 8c8d2e7d01

View File

@@ -11,8 +11,8 @@ export default function Home() {
const { siteConfig = {} } = context const { siteConfig = {} } = context
return ( return (
<Layout <Layout
title={`Hello from ${siteConfig.title}`} title={`Learn with ${siteConfig.title}`}
description="Description will go into a meta tag in <head />" description="The premier to learn Code-CAD"
> >
<header <header
className={clsx( className={clsx(