mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
💄 Set maximum scale
This commit is contained in:
parent
c99f75e13e
commit
017bbbf0db
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ const inter = Inter({
|
|||
export const viewport: Viewport = {
|
||||
width: "device-width",
|
||||
initialScale: 1,
|
||||
maximumScale: 1,
|
||||
};
|
||||
|
||||
async function loadData() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue