mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 12:50:20 +03:00
Fix missing comma
This commit is contained in:
parent
f9e020dd67
commit
8f50b7295c
|
@ -17,7 +17,7 @@ export default function App({ Component, pageProps }: AppProps) {
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1.0, minimum-scale=1 maximum-scale=1.0, user-scalable=0, shrink-to-fit=no, viewport-fit=cover"
|
content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no, viewport-fit=cover"
|
||||||
/>
|
/>
|
||||||
<meta name="theme-color" content="#09a3d5" />
|
<meta name="theme-color" content="#09a3d5" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.png" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user