From 8fc46754213df0664c0ca6691162282fccea8076 Mon Sep 17 00:00:00 2001 From: Nicolhetti <143234675+Nicolhetti@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:30:03 -0300 Subject: [PATCH] Improve search functionality with Fuse.js for better accuracy and UX (#76) * Improve search functionality with Fuse.js * Centralized social media links in `data/index.ts` * Fix formatting Signed-off-by: nurRiyad * Update dependency Signed-off-by: nurRiyad * Fix formatting Signed-off-by: nurRiyad --------- Signed-off-by: nurRiyad Co-authored-by: nurRiyad --- components/footer/developer.vue | 10 ++++----- data/index.ts | 7 +++++++ package.json | 1 + pages/about.vue | 10 ++++----- pages/blogs/index.vue | 37 ++++++++++++++++++--------------- pnpm-lock.yaml | 12 +++++++++++ 6 files changed, 50 insertions(+), 27 deletions(-) diff --git a/components/footer/developer.vue b/components/footer/developer.vue index 597fa21..f0ddac2 100644 --- a/components/footer/developer.vue +++ b/components/footer/developer.vue @@ -1,5 +1,5 @@