refactor: 🚚 Do full rename of Lysand to Versia

This commit is contained in:
Jesse Wierzbinski 2024-08-13 16:47:37 +02:00
parent a106e7acef
commit 6414337a30
No known key found for this signature in database
21 changed files with 88 additions and 88 deletions

View file

@ -11,16 +11,16 @@ import type { ReactNode } from "react";
export const metadata: Metadata = {
title: {
template: "%s • Lysand API Reference",
default: "Lysand API Reference",
template: "%s • Versia API Reference",
default: "Versia API Reference",
},
keywords: ["federation", "api", "reference", "documentation", "lysand"],
metadataBase: new URL("https://dev.lysand.org"),
keywords: ["federation", "api", "reference", "documentation", "versia"],
metadataBase: new URL("https://versia.pub"),
openGraph: {
type: "article",
images: {
url: logo.src,
alt: "Lysand logo",
alt: "Versia logo",
height: logo.height,
width: logo.width,
type: "image/webp",