Spaces:
Build error
Build error
Open graph tags
Browse files- src/app.html +4 -4
src/app.html
CHANGED
@@ -5,10 +5,10 @@
|
|
5 |
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
7 |
<title>HuggingChat</title>
|
8 |
-
<meta
|
9 |
-
|
10 |
-
|
11 |
-
/>
|
12 |
<meta property="og:image" content="%sveltekit.assets%/thumbnail.png" />
|
13 |
%sveltekit.head%
|
14 |
</head>
|
|
|
5 |
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
7 |
<title>HuggingChat</title>
|
8 |
+
<meta name="description" content="The first open source alternative to ChatGPT. 💪" />
|
9 |
+
<meta property="og:title" content="HuggingChat" />
|
10 |
+
<meta property="og:type" content="website" />
|
11 |
+
<meta property="og:url" content="https://huggingface.co/chat" />
|
12 |
<meta property="og:image" content="%sveltekit.assets%/thumbnail.png" />
|
13 |
%sveltekit.head%
|
14 |
</head>
|