We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17da2df + faab810 commit 66733acCopy full SHA for 66733ac
app/layout.tsx
@@ -9,8 +9,8 @@ import { DrawSocketProvider } from "@/app/DrawSocketProvider"
9
import { UserProvider } from "./UserProvider"
10
11
export const metadata: Metadata = {
12
- title: "Create Next App",
13
- description: "Generated by create next app",
+ title: "Fake Artist Online",
+ description: "",
14
}
15
16
export default function RootLayout({
@@ -21,6 +21,7 @@ export default function RootLayout({
21
return (
22
<html lang="en">
23
<head>
24
+ <link rel="icon" href="/favicon.ico" sizes="any" />
25
<link rel="preconnect" href="https://fonts.googleapis.com" />
26
<link rel="preconnect" href="https://fonts.gstatic.com" />
27
<link
public/favicon.ico
1.49 KB
0 commit comments