From 52a0557dba2ed8c428b4e42c6b86184192a69dc9 Mon Sep 17 00:00:00 2001 From: Godamnit <68650297+god-damnit@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:02:33 +0530 Subject: [PATCH] Ecosystem --- .vitepress/config.mts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 7a82fe913..339bda306 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -99,7 +99,9 @@ export default defineConfig({ items: [ { text: 'Posts', link: '/posts' }, { text: 'Feedback', link: '/feedback' }, - { text: 'snowbin', link: 'https://pastes.fmhy.net' } + { text: 'snowbin', link: 'https://pastes.fmhy.net' }, + { text: 'SearXNG', link: 'https://searx.fmhy.net/'}, + { text: 'Whoogle', link: 'https://whoogle.fmhy.net/'} ] } ],