UPDATE: Update metadata
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m54s
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m54s
This commit is contained in:
@@ -29,9 +29,30 @@ export const metadata: Metadata = {
|
|||||||
shortcut: "/ff-srtool.ico",
|
shortcut: "/ff-srtool.ico",
|
||||||
apple: "/ff-srtool.png",
|
apple: "/ff-srtool.png",
|
||||||
},
|
},
|
||||||
|
openGraph: {
|
||||||
|
title: "Firefly SrTools",
|
||||||
|
description: "SrTools by Kain",
|
||||||
|
url: "https://srtools.kain.id.vn",
|
||||||
|
siteName: "Firefly SrTools",
|
||||||
|
images: [
|
||||||
|
{
|
||||||
|
url: "/ff-srtool.png",
|
||||||
|
width: 1200,
|
||||||
|
height: 630,
|
||||||
|
alt: "Firefly SrTools Logo",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
locale: "en_US",
|
||||||
|
type: "website",
|
||||||
|
},
|
||||||
|
twitter: {
|
||||||
|
card: "summary_large_image",
|
||||||
|
title: "Firefly SrTools",
|
||||||
|
description: "SrTools by Kain",
|
||||||
|
images: ["/ff-srtool.png"],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
export default async function RootLayout({
|
export default async function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: Readonly<{
|
||||||
|
|||||||
Reference in New Issue
Block a user