Skip to content

Commit

Permalink
Metadata fix
Browse files Browse the repository at this point in the history
  • Loading branch information
et0and committed Sep 23, 2024
1 parent 1c0673e commit d386130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import type { Metadata } from "next";
import Image from "next/image";
import TrailingImage from "@/components/ui/trailing-image/trailing-image";

export const metadata: Metadata = {
openGraph: {
images: [
{
url: "https://tom.so/api/og?title=Tom Hackshaw - Home",
url: "https://tom.so/api/og?title=Tom Hackshaw is a design engineer from Pōneke, Aotearoa",
width: 1200,
height: 630,
alt: "Tom Hackshaw",
Expand Down

0 comments on commit d386130

Please sign in to comment.