diff --git a/pages/[[...slug]].tsx b/pages/[[...slug]].tsx index d2e72f6..ee272fd 100644 --- a/pages/[[...slug]].tsx +++ b/pages/[[...slug]].tsx @@ -156,6 +156,7 @@ const Index: NextPage = ({ initialCommandString }) => { autoFocus autoComplete="off" autoCorrect="off" + autoCapitalize="off" spellCheck="false" onChange={(e) => setCommandString(e.target.value.trimStart())} onClick={(e) =>