Skip to content

Commit

Permalink
Add cannonical url tag for home.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TomRomeo committed Nov 10, 2023
1 parent 861ab0f commit f299729
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ import { ArrowRight } from "react-feather";
import Cards from "../components/graphics/Cards";
import { Button } from "../components/input/Button";
import { Navbar } from "../components/navigation/Navbar";
import Head from "next/head";

export default function Page() {
const router = useRouter();

return (
<div>
<NextSeo noindex={false} nofollow={false} />
<Head>
<link rel="canonical" href="https://kioku.dev/" />
</Head>
<div className="min-w-screen flex h-screen flex-col bg-eggshell">
<Navbar
login={false}
Expand Down

0 comments on commit f299729

Please sign in to comment.