Skip to content

Commit

Permalink
fix: 🔍 Update opengraph image
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeyondr committed Jul 27, 2023
1 parent 3ec08e6 commit 5d6ab5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import "@/styles/globals.css";
import { Metadata } from "next";



import { siteConfig } from "@/config/site"
import { fontSans } from "@/lib/fonts"
import { cn } from "@/lib/utils"
Expand All @@ -12,6 +10,7 @@ import { ThemeProvider } from "@/components/theme-provider"

import AnalyticWrapper from "./analytics"


export const metadata: Metadata = {
title: {
default: siteConfig.name,
Expand All @@ -23,10 +22,6 @@ export const metadata: Metadata = {
title: "Channel4",
description: "The React Framework for the Web",
creator: "@StateChannel_4",
images: "social-image.png",
},
openGraph: {
images: ["social-image.png"],
},
themeColor: [
{ media: "(prefers-color-scheme: light)", color: "white" },
Expand Down
Binary file added app/opengraph-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/social-image.png
Binary file not shown.

0 comments on commit 5d6ab5c

Please sign in to comment.