More SEO stuff

main
Elias Almqvist 8 months ago
parent f3dab3245f
commit d9f7efebdc
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. BIN
      public/og-image.png
  2. 15
      src/app/layout.tsx
  3. 10
      tsconfig.json

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

@ -21,6 +21,21 @@ export const metadata: Metadata = {
"founder",
"startup",
],
openGraph: {
type: "website",
locale: "en_US",
url: "https://wych.dev",
title: "\\wych.dev",
description: "In the wych elm's shadow, veritas whispers brew.",
images: [
{
url: "https://wych.dev/og-image.png",
width: 1529,
height: 884,
alt: "\\wych.dev",
},
],
},
};
import { cn } from "@/lib/utils";

@ -14,13 +14,13 @@
"incremental": true,
"plugins": [
{
"name": "next",
},
"name": "next"
}
],
"paths": {
"@/*": ["./src/*"],
},
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}

Loading…
Cancel
Save