diff --git a/README.md b/README.md index 3f2b023..6855d95 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
diff --git a/app/layout.tsx b/app/layout.tsx index 575c1c8..6baf638 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,7 +6,6 @@ import type { Section } from "../components/SectionProvider"; import { Providers } from "./providers"; import "@/styles/tailwind.css"; -import logo from "@/images/branding/logo.webp"; import type { ReactNode } from "react"; export const metadata: Metadata = { @@ -19,11 +18,9 @@ export const metadata: Metadata = { openGraph: { type: "article", images: { - url: logo.src, + url: "https://cdn.versia.pub/branding/icon.svg", alt: "Versia logo", - height: logo.height, - width: logo.width, - type: "image/webp", + type: "image/svg+xml", }, }, }; diff --git a/components/Logo.tsx b/components/Logo.tsx index 003e26d..ad9cfa0 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -1,4 +1,3 @@ -import logo from "@/images/branding/logo.webp"; import clsx from "clsx"; import type { ComponentPropsWithoutRef } from "react"; @@ -11,7 +10,11 @@ export function Logo(props: ComponentPropsWithoutRef<"div">) { props.className, )} > -