|
@@ -37,11 +37,12 @@ export default function RootLayout({
|
|
|
return (
|
|
return (
|
|
|
<html lang="en">
|
|
<html lang="en">
|
|
|
<head>
|
|
<head>
|
|
|
- <meta name="config" content={JSON.stringify(getClientConfig())} />
|
|
|
|
|
|
|
+ <meta name="config" content={JSON.stringify(getClientConfig())}/>
|
|
|
<meta
|
|
<meta
|
|
|
- name="viewport"
|
|
|
|
|
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
|
|
|
|
|
+ name="viewport"
|
|
|
|
|
+ content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
|
/>
|
|
/>
|
|
|
|
|
+ <meta name="mobile-web-app-capable" content="yes"/>
|
|
|
<link rel="manifest" href="/site.webmanifest"></link>
|
|
<link rel="manifest" href="/site.webmanifest"></link>
|
|
|
<script src="/serviceWorkerRegister.js" defer></script>
|
|
<script src="/serviceWorkerRegister.js" defer></script>
|
|
|
</head>
|
|
</head>
|