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