mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 16:24:19 +00:00
Add creator
metadata field
This commit is contained in:
parent
b6d01acd2c
commit
bf177c5273
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export const metadata: NextMetadata = {
|
||||||
applicationName: "Todoblue",
|
applicationName: "Todoblue",
|
||||||
title: "Home",
|
title: "Home",
|
||||||
description: "Self-hosted multiplayer todo app",
|
description: "Self-hosted multiplayer todo app",
|
||||||
viewport: {initialScale: 1, width: "device-width", userScalable: false}
|
viewport: {initialScale: 1, width: "device-width", userScalable: false},
|
||||||
|
creator: "Steffo",
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function layout({children}: { children: ReactNode }) {
|
export default function layout({children}: { children: ReactNode }) {
|
||||||
|
|
Loading…
Reference in a new issue