From 7aa3a6caa79f800ae1356391eb6ec8f723629e36 Mon Sep 17 00:00:00 2001 From: GodD6366 Date: Wed, 12 Oct 2022 14:58:07 +0000 Subject: [PATCH] fix: Fix the page auto zoom when ios input focus --- src/pages/_document.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index b6543c16..5f9e06fb 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -8,6 +8,8 @@ export default function Document() { name="description" content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations." /> + +