julien-c HF staff commited on
Commit
9b99dad
1 Parent(s): 714cc60

Open graph tags

Browse files
Files changed (1) hide show
  1. 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
- name="description"
10
- content="Making the best open source AI chat models available to everyone."
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>