Skip to content

Commit

Permalink
fix home title
Browse files Browse the repository at this point in the history
  • Loading branch information
kchenturtles committed Nov 13, 2023
1 parent b48e4fa commit 56a1e1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import { InferGetStaticPropsType, GetStaticProps } from 'next'

export default function Page ({episodes}) {
return (
<div>
<Head><title>Home | The Wild Thistle Productions</title></Head>
<main>
<header>
</header>
Expand Down Expand Up @@ -44,6 +46,7 @@ export default function Page ({episodes}) {
</section>
<section></section>
</main>
</div>
);
}

Expand Down

0 comments on commit 56a1e1b

Please sign in to comment.