From 999b4193586c696f0fb0beac3ecd265fd1d253be Mon Sep 17 00:00:00 2001 From: sabaimran Date: Wed, 17 Apr 2024 18:20:13 +0530 Subject: [PATCH] Add meta tags for the landing page --- package.json | 2 +- public/index.html | 8 ++++++-- yarn.lock | 18 ++++++++++++------ 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index b63fde1..3d64612 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/index.html b/public/index.html index 471173c..b5c48ec 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,10 @@ + + + + Khoj: An Open-Source AI Copilot for your Second Brain - - + + diff --git a/yarn.lock b/yarn.lock index b262022..4ed493c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== @@ -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"