Spaces:
Runtime error
Runtime error
Update pages/api/home/home.tsx
Browse files- pages/api/home/home.tsx +2 -2
pages/api/home/home.tsx
CHANGED
@@ -337,13 +337,13 @@ const Home = ({
|
|
337 |
}}
|
338 |
>
|
339 |
<Head>
|
340 |
-
<title>
|
341 |
<meta name="description" content="ChatGPT but better." />
|
342 |
<meta
|
343 |
name="viewport"
|
344 |
content="height=device-height ,width=device-width, initial-scale=1, user-scalable=no"
|
345 |
/>
|
346 |
-
<link rel="icon" href="/
|
347 |
</Head>
|
348 |
<main
|
349 |
className={`flex h-screen w-screen flex-col text-sm text-white dark:text-white ${lightMode}`}
|
|
|
337 |
}}
|
338 |
>
|
339 |
<Head>
|
340 |
+
<title>SplitticGPT</title>
|
341 |
<meta name="description" content="ChatGPT but better." />
|
342 |
<meta
|
343 |
name="viewport"
|
344 |
content="height=device-height ,width=device-width, initial-scale=1, user-scalable=no"
|
345 |
/>
|
346 |
+
<link rel="icon" href="https://cp.splittichost.net/storage/icon.png" />
|
347 |
</Head>
|
348 |
<main
|
349 |
className={`flex h-screen w-screen flex-col text-sm text-white dark:text-white ${lightMode}`}
|