mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-01 10:29:40 +05:00
feat: add titles to metadata
This commit is contained in:
parent
751b61668f
commit
0ee1139cf1
8 changed files with 310 additions and 269 deletions
|
@ -2,7 +2,10 @@ import "./globals.css";
|
|||
import { App } from "@/app/App";
|
||||
|
||||
export const metadata = {
|
||||
title: "Create Next App",
|
||||
title: {
|
||||
template: 'AniX | %s',
|
||||
default: 'AniX',
|
||||
},
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue