feat: add openGraph metadata

This commit is contained in:
Kentai Radiquum 2024-08-04 16:28:41 +05:00
parent a5c19eadea
commit 8afa3ef664
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
12 changed files with 100 additions and 34 deletions

View file

@ -1,7 +1,3 @@
export const metadata = {
title: "AniX | Домашняя",
};
import { IndexPage } from "./pages/Index";
export default function Index() {