mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +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 = {
|
export const viewport: Viewport = {
|
||||||
width: "device-width",
|
width: "device-width",
|
||||||
initialScale: 1,
|
initialScale: 1,
|
||||||
|
maximumScale: 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
async function loadData() {
|
async function loadData() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue