diff --git a/package-lock.json b/package-lock.json index 1def60ce..f1613031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,6 +25,7 @@ "hono": "^4.4.11", "lodash-es": "^4.17.21", "pixi.js": "^7.2.4", + "posthog-js": "^1.165.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-fast-marquee": "^1.6.4", @@ -5241,6 +5242,11 @@ "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==", "dev": true }, + "node_modules/fflate": { + "version": "0.4.8", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.4.8.tgz", + "integrity": "sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==" + }, "node_modules/figures": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", @@ -8792,6 +8798,16 @@ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, + "node_modules/posthog-js": { + "version": "1.165.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.165.0.tgz", + "integrity": "sha512-rUfRJobvOz3Q9Er+zwb32Eq2qs+ToBe/B4k4IoKzmyszI7240Rf4xVWRB0ky8LvmdZfCeYX5knS2Uv3pnn/d5A==", + "dependencies": { + "fflate": "^0.4.8", + "preact": "^10.19.3", + "web-vitals": "^4.0.1" + } + }, "node_modules/preact": { "version": "10.23.2", "resolved": "https://registry.npmjs.org/preact/-/preact-10.23.2.tgz", @@ -11519,6 +11535,11 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/web-vitals": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.3.tgz", + "integrity": "sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==" + }, "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", diff --git a/src/components/Posthog.astro b/src/components/Posthog.astro index d5ff3eb1..aeed291a 100644 --- a/src/components/Posthog.astro +++ b/src/components/Posthog.astro @@ -1,5 +1,5 @@ --- -// src/components/posthog.astro +// src/components/PostHog.astro --- + + + + + + - - - diff --git a/src/pages/index.astro b/src/pages/index.astro index 1295ebc8..29cad6ed 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,21 +10,17 @@ import ExplainerBlocks from '@components/ExplainerBlocks'; import PricingLanding from '@components/PricingLanding'; import ReadyToLive from '@components/ReadyToLive'; import Footer from '@components/v2/Footer/Footer'; -import PostHogLayout from '@layouts/PosthogLayout.astro'; --- - - - - - - - - - - - -