feat: add detailed character page

This commit is contained in:
Kentai Radiquum 2025-07-27 02:32:03 +05:00
parent 2e734f3cb8
commit 8440465230
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
15 changed files with 224 additions and 24 deletions

View file

@ -2,8 +2,17 @@ import type { Metadata } from "next";
import "./globals.css";
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Kentai Radiquum",
description: "Developer, Amateur Photographer, Self-Hosting Admirer",
openGraph: {
images: [
{
url: "https://radiquum.wah.su/images/opengraph.png",
width: 1200,
height: 675,
},
],
},
};
export default function RootLayout({