💄 Set maximum scale

This commit is contained in:
Luke Vella 2025-06-04 18:22:58 +01:00
parent c99f75e13e
commit 017bbbf0db
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -32,6 +32,7 @@ const inter = Inter({
export const viewport: Viewport = {
width: "device-width",
initialScale: 1,
maximumScale: 1,
};
async function loadData() {