Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyLYH committed Dec 23, 2023
1 parent 3ee0941 commit 970deb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ export const metadata: Metadata = {
openGraph: {
title: "Tailspin",
description: "Competitive TailwindCSS",
url: "https://nextjs.org", //TODO
url: "https://tailspin.vercel.app",
siteName: "Tailspin",
images: [
{
url: "https://nextjs.org/og.png", //TODO
url: "https://raw.githubusercontent.com/zacharyLYH/Tailspin/main/public/logo-asset.png",
width: 800,
height: 600,
},
{
url: "https://nextjs.org/og-alt.png", //TODO
url: "https://raw.githubusercontent.com/zacharyLYH/Tailspin/main/public/logo-asset.png",
width: 1800,
height: 1600,
alt: "My custom alt",
Expand All @@ -50,7 +50,6 @@ export const metadata: Metadata = {
"max-snippet": -1,
},
},
metadataBase: new URL("https://acme.com"),
};

export default function RootLayout({
Expand Down
Binary file added public/logo-asset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 970deb2

Please sign in to comment.