mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: ✨ Add branding, port more text from old site
This commit is contained in:
parent
02695bc22c
commit
5ab772df21
9 changed files with 37 additions and 26 deletions
|
|
@ -10,8 +10,8 @@ import type { ReactNode } from "react";
|
|||
|
||||
export const metadata: Metadata = {
|
||||
title: {
|
||||
template: "%s - Protocol API Reference",
|
||||
default: "Protocol API Reference",
|
||||
template: "%s - Lysand API Reference",
|
||||
default: "Lysand API Reference",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
@ -31,6 +31,9 @@ export default async function RootLayout({
|
|||
|
||||
return (
|
||||
<html lang="en" className="h-full" suppressHydrationWarning={true}>
|
||||
<head>
|
||||
<link rel="icon" href="/favicon.png" type="image/png" />
|
||||
</head>
|
||||
<body className="flex min-h-full bg-white antialiased dark:bg-zinc-900">
|
||||
<Providers>
|
||||
<div className="w-full">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue