From fab58505767091c09d5ebb6e463d0c911de0065b Mon Sep 17 00:00:00 2001 From: Keir Finlow-Bates Date: Sun, 13 Aug 2023 20:11:41 +0300 Subject: [PATCH] Further SEO crap --- redwood.toml | 2 +- web/src/pages/HomePage/HomePage.tsx | 34 +++++++++++++++++++++-------- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/redwood.toml b/redwood.toml index 46bc0eb..e9a6783 100644 --- a/redwood.toml +++ b/redwood.toml @@ -7,7 +7,7 @@ [web] bundler = "webpack" - title = "Redwood App" + title = "Snowglobs" port = 8910 apiUrl = "/.redwood/functions" # You can customize graphql and dbauth urls individually too: see https://redwoodjs.com/docs/app-configuration-redwood-toml#api-paths includeEnvironmentVariables = [ diff --git a/web/src/pages/HomePage/HomePage.tsx b/web/src/pages/HomePage/HomePage.tsx index 78b4d4c..c68e06d 100644 --- a/web/src/pages/HomePage/HomePage.tsx +++ b/web/src/pages/HomePage/HomePage.tsx @@ -1,5 +1,5 @@ import { routes } from '@redwoodjs/router' -import { MetaTags } from '@redwoodjs/web' +import { Head } from '@redwoodjs/web' import { useEffect, useState } from 'react' import { @@ -111,14 +111,30 @@ const HomePage = () => { return ( <> - + + + + + + + + + + + Snowglobs for everyone! | Redwood App + + + + + + + + + + + + +