From 20c15e333c299ade7b34f3130cfb095a20ee3ae3 Mon Sep 17 00:00:00 2001 From: Your Name <119736744+aborayan2022@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:28:14 +0200 Subject: [PATCH] feat: integrate Microsoft Clarity for enhanced user analytics and add necessary configurations --- .env.example | 2 + frontend/index.html | 131 +++++++++++++++++++------------------------ frontend/src/App.tsx | 9 +++ package-lock.json | 18 ++++++ package.json | 5 ++ 5 files changed, 91 insertions(+), 74 deletions(-) create mode 100644 package-lock.json create mode 100644 package.json diff --git a/.env.example b/.env.example index 58abfd6..9ae2a46 100644 --- a/.env.example +++ b/.env.example @@ -79,3 +79,5 @@ VITE_ADSENSE_SLOT_BOTTOM_BANNER=1234567893 FEATURE_EDITOR=true FEATURE_OCR=true FEATURE_REMOVEBG=true + +VITE_CLARITY_PROJECT_ID=vzw2jb2ipq \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html index f55acf1..6478bbb 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,78 +1,61 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - -