From c7d1c05e6eb4d7668478e9f38608df7497b20e9d Mon Sep 17 00:00:00 2001 From: GodD6366 Date: Wed, 12 Oct 2022 23:03:09 +0800 Subject: [PATCH] Fix the page auto zoom when ios input focus (#379) --- 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." /> + +