From 11992d9b1e445b265083bac1f5a5ef232672875a Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 18 Sep 2025 08:32:57 +0800 Subject: [PATCH] Added additional meta for SEO --- fwt/components/HTML.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fwt/components/HTML.tsx b/fwt/components/HTML.tsx index bdd446a..77214e0 100644 --- a/fwt/components/HTML.tsx +++ b/fwt/components/HTML.tsx @@ -10,6 +10,7 @@ interface Props { children: JSXElement font?: 'roboto' | 'inter' | 'montserrat' | 'open-sans' | 'public-sans' preloadBackground?: boolean + author: string } export default (props: Props) => { @@ -17,12 +18,13 @@ export default (props: Props) => { <> - + + @@ -33,6 +35,7 @@ export default (props: Props) => { + {props.title}