mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-07 15:03:54 +05:00
refactor: update opengraph for character page
This commit is contained in:
parent
ed76a4852c
commit
6593828efb
1 changed files with 18 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable @next/next/no-img-element */
|
||||
import type { Metadata } from "next";
|
||||
import { CharacterColor } from "@/app/components/CharacterColor";
|
||||
import Link from "next/link";
|
||||
const CharacterColors = {
|
||||
|
@ -6,6 +7,23 @@ const CharacterColors = {
|
|||
Clothes: ["#492020", "#1c1a1d", "#39373b", "#494749", "#69676a", "#98959a"],
|
||||
};
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Kentai Radiquum",
|
||||
description:
|
||||
"Character page. \
|
||||
Kentai is a friendly yet introverted red panda who values his quiet space and prefers meaningful interactions over large crowds. \
|
||||
Curious by nature and sharp-minded, he has a deep love for technology and is always eager to explore something new. While he keeps a low profile, those close to him know him as thoughtful, creative, and quietly expressive.",
|
||||
openGraph: {
|
||||
images: [
|
||||
{
|
||||
url: "https://radiquum.wah.su/characters/kentai_redpanda_thumb.jpg",
|
||||
width: 1120,
|
||||
height: 800,
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function CharacterKentai() {
|
||||
return (
|
||||
<main className="pb-16 overflow-hidden">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue