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

Commit

Permalink
Add meta tags for the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Apr 17, 2024
1 parent 6d36114 commit 999b419
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"formik-antd": "^2.0.4",
"moment": "^2.29.4",
"postcss": "^8.4.31",
"posthog-js": "^1.93.2",
"posthog-js": "^1.126.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2",
Expand Down
8 changes: 6 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="facebook-domain-verification" content="uftumz070pliest90ty5xobkukwgr5" />
<meta property="og:title" content="Open-Source, Personal AI" />
<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." />
<meta property="og:image" content="https://repository-images.githubusercontent.com/396569538/533a8bf7-385f-427b-a03f-76795fd938ed" />
<meta property="og:url" content="https://khoj.dev" />
<meta
name="description"
content="An open-source AI copilot for your Second Brain"
Expand All @@ -26,8 +30,8 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Khoj: An Open-Source AI Copilot for your Second Brain</title>
<meta name="title" content="Khoj: An Open-Source AI Copilot for your Second Brain" />
<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." />
<meta name="title" content="Open-Source, Personal AI" />
<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." />
<script defer data-domain="khoj.dev" src="https://plausible.io/js/script.js"></script>
</head>
<body>
Expand Down
18 changes: 12 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4932,7 +4932,7 @@ fb-watchman@^2.0.0:
dependencies:
bser "2.1.1"

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

posthog-js@^1.93.2:
version "1.93.2"
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.93.2.tgz#f3ab11983c558ad36966b552bb4ad98526cdcff6"
integrity sha512-0e2kqlb4kB1/Q9poLFlMF+SUrW+DCzNBHTJuUKl177euE4LChkJipSjy2vpq98qtJ2K3Hxw7ylHf2C+dZCx4RA==
posthog-js@^1.126.0:
version "1.126.0"
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.126.0.tgz#52ca294505d3ddc3ba34aeaafe388676113ff82f"
integrity sha512-8qCdPE9RZkyXI3kKCnkXWxK0jn2mLZg6g5a6KezDPqH7mHTG66v7ANU31hcwzQGV5F5UW1GXw0xL0PaC3HkA6g==
dependencies:
fflate "^0.4.1"
fflate "^0.4.8"
preact "^10.19.3"

preact@^10.19.3:
version "10.20.2"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.20.2.tgz#0b343299a8c020562311cc25db93b3d832ec5e71"
integrity sha512-S1d1ernz3KQ+Y2awUxKakpfOg2CEmJmwOP+6igPx6dgr6pgDvenqYviyokWso2rhHvGtTlWWnJDa7RaPbQerTg==

prelude-ls@^1.2.1:
version "1.2.1"
Expand Down

0 comments on commit 999b419

Please sign in to comment.