1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-22 08:14:18 +00:00

Add creator metadata field

This commit is contained in:
Steffo 2023-08-05 19:52:36 +02:00
parent b6d01acd2c
commit bf177c5273
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -13,7 +13,8 @@ export const metadata: NextMetadata = {
applicationName: "Todoblue",
title: "Home",
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 }) {