Merge pull request #363 from ONLYOFFICE/bugfix/67042

Doceditor: restore meta tags
This commit is contained in:
Alexey Safronov 2024-04-18 18:54:33 +04:00 committed by GitHub
commit 436d7eda7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,14 @@ export default async function RootLayout({
<html lang="en">
<head>
<link id="favicon" rel="shortcut icon" type="image/x-icon" />
<meta charSet="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, viewport-fit=cover"
/>
<meta name="google" content="notranslate" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
</head>
<body>
<StyledComponentsRegistry>