Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 999b419

Browse files
committed
Add meta tags for the landing page
1 parent 6d36114 commit 999b419

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"formik-antd": "^2.0.4",
2222
"moment": "^2.29.4",
2323
"postcss": "^8.4.31",
24-
"posthog-js": "^1.93.2",
24+
"posthog-js": "^1.126.0",
2525
"react": "^18.2.0",
2626
"react-dom": "^18.2.0",
2727
"react-router-dom": "^6.11.2",

public/index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta name="facebook-domain-verification" content="uftumz070pliest90ty5xobkukwgr5" />
9+
<meta property="og:title" content="Open-Source, Personal AI" />
10+
<meta property="og:description" content="Khoj is an open-source AI co-pilot that helps you get answers to your questions. You can collate information online, or find information from your own notes and docs. Use Khoj on our cloud, on WhatsApp, or self-host Khoj on your own cloud. Khoj helps you get stuff done, whatever you choice." />
11+
<meta property="og:image" content="https://repository-images.githubusercontent.com/396569538/533a8bf7-385f-427b-a03f-76795fd938ed" />
12+
<meta property="og:url" content="https://khoj.dev" />
913
<meta
1014
name="description"
1115
content="An open-source AI copilot for your Second Brain"
@@ -26,8 +30,8 @@
2630
Learn how to configure a non-root public URL by running `npm run build`.
2731
-->
2832
<title>Khoj: An Open-Source AI Copilot for your Second Brain</title>
29-
<meta name="title" content="Khoj: An Open-Source AI Copilot for your Second Brain" />
30-
<meta name="description" content="Khoj is an open-source AI co-pilot for your second brain. You can search and chat with your notes, docs or images. Self-host Khoj on your laptop or enterprise cloud completely privately, or use it via Whatsapp or our Cloud. Khoj helps you get stuff done, whatever you choice." />
33+
<meta name="title" content="Open-Source, Personal AI" />
34+
<meta name="description" content="Khoj is an open-source AI co-pilot that helps you get answers to your questions. You can collate information online, or find information from your own notes and docs. Use Khoj on our cloud, on WhatsApp, or self-host Khoj on your own cloud. Khoj helps you get stuff done, whatever you choice." />
3135
<script defer data-domain="khoj.dev" src="https://plausible.io/js/script.js"></script>
3236
</head>
3337
<body>

yarn.lock

+12-6
Original file line numberDiff line numberDiff line change
@@ -4932,7 +4932,7 @@ fb-watchman@^2.0.0:
49324932
dependencies:
49334933
bser "2.1.1"
49344934

4935-
fflate@^0.4.1:
4935+
fflate@^0.4.8:
49364936
version "0.4.8"
49374937
resolved "https://registry.yarnpkg.com/fflate/-/fflate-0.4.8.tgz#f90b82aefbd8ac174213abb338bd7ef848f0f5ae"
49384938
integrity sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==
@@ -7899,12 +7899,18 @@ postcss@^8.4.31:
78997899
picocolors "^1.0.0"
79007900
source-map-js "^1.0.2"
79017901

7902-
posthog-js@^1.93.2:
7903-
version "1.93.2"
7904-
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.93.2.tgz#f3ab11983c558ad36966b552bb4ad98526cdcff6"
7905-
integrity sha512-0e2kqlb4kB1/Q9poLFlMF+SUrW+DCzNBHTJuUKl177euE4LChkJipSjy2vpq98qtJ2K3Hxw7ylHf2C+dZCx4RA==
7902+
posthog-js@^1.126.0:
7903+
version "1.126.0"
7904+
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.126.0.tgz#52ca294505d3ddc3ba34aeaafe388676113ff82f"
7905+
integrity sha512-8qCdPE9RZkyXI3kKCnkXWxK0jn2mLZg6g5a6KezDPqH7mHTG66v7ANU31hcwzQGV5F5UW1GXw0xL0PaC3HkA6g==
79067906
dependencies:
7907-
fflate "^0.4.1"
7907+
fflate "^0.4.8"
7908+
preact "^10.19.3"
7909+
7910+
preact@^10.19.3:
7911+
version "10.20.2"
7912+
resolved "https://registry.yarnpkg.com/preact/-/preact-10.20.2.tgz#0b343299a8c020562311cc25db93b3d832ec5e71"
7913+
integrity sha512-S1d1ernz3KQ+Y2awUxKakpfOg2CEmJmwOP+6igPx6dgr6pgDvenqYviyokWso2rhHvGtTlWWnJDa7RaPbQerTg==
79087914

79097915
prelude-ls@^1.2.1:
79107916
version "1.2.1"

0 commit comments

Comments
 (0)