mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-08 15:33:54 +05:00
feat: add detailed character page
This commit is contained in:
parent
2e734f3cb8
commit
8440465230
15 changed files with 224 additions and 24 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue