Skip to content

Commit cda9b8e

Browse files
committed
tab title and favicon
1 parent bb0787c commit cda9b8e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

spicecloud/pages/_document.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import { Html, Head, Main, NextScript } from "next/document";
33
export default function Document() {
44
return (
55
<Html lang="en">
6-
<Head />
6+
<Head>
7+
<title>SpiceCloud | Powered by SpiceCodeCLI</title>
8+
<link rel="icon" href="/spicecode-logo.png" />
9+
</Head>
710
<body className="antialiased">
811
<Main />
912
<NextScript />

0 commit comments

Comments
 (0)