mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-27 16:39:38 +05:00
feat: add openGraph metadata
This commit is contained in:
parent
a5c19eadea
commit
8afa3ef664
12 changed files with 100 additions and 34 deletions
|
@ -1,10 +1,8 @@
|
|||
export const metadata = {
|
||||
title: "Закладки",
|
||||
};
|
||||
|
||||
import { BookmarksPage } from "#/pages/Bookmarks";
|
||||
|
||||
export default function Index() {
|
||||
return <BookmarksPage />;
|
||||
}
|
||||
|
||||
title: "Закладки",
|
||||
};
|
||||
|
||||
import { BookmarksPage } from "#/pages/Bookmarks";
|
||||
export default function Index() {
|
||||
return <BookmarksPage />;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue