Spaces:
Runtime error
Runtime error
Update pages/_document.tsx
Browse files- pages/_document.tsx +1 -1
pages/_document.tsx
CHANGED
@@ -13,7 +13,7 @@ export default function Document(props: Props) {
|
|
13 |
<Html lang={currentLocale}>
|
14 |
<Head>
|
15 |
<meta name="apple-mobile-web-app-capable" content="yes" />
|
16 |
-
<meta name="apple-mobile-web-app-title" content="
|
17 |
</Head>
|
18 |
<body>
|
19 |
<Main />
|
|
|
13 |
<Html lang={currentLocale}>
|
14 |
<Head>
|
15 |
<meta name="apple-mobile-web-app-capable" content="yes" />
|
16 |
+
<meta name="apple-mobile-web-app-title" content="SplityicGPT"></meta>
|
17 |
</Head>
|
18 |
<body>
|
19 |
<Main />
|