mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: ♻️ Use new Versia branding
This commit is contained in:
parent
d3a2d84a40
commit
8e92899b84
4 changed files with 8 additions and 8 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue