From f92035ed8e7ed033021a6428358e33f3477d7a41 Mon Sep 17 00:00:00 2001 From: zyachel Date: Sun, 1 Jun 2025 14:19:11 +0000 Subject: [PATCH] feat(opensearch): add abilility to add libremdb as search engine thanks to @user451421541757324 re https://github.com/zyachel/libremdb/issues/95 --- public/opensearch.xml | 7 +++++++ src/components/meta/Meta.tsx | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 public/opensearch.xml diff --git a/public/opensearch.xml b/public/opensearch.xml new file mode 100644 index 0000000..f269cd4 --- /dev/null +++ b/public/opensearch.xml @@ -0,0 +1,7 @@ + + libremdb + Search libremdb + UTF-8 + https://libremdb.iket.me/favicon.ico + + \ No newline at end of file diff --git a/src/components/meta/Meta.tsx b/src/components/meta/Meta.tsx index 3661efb..07fa02c 100644 --- a/src/components/meta/Meta.tsx +++ b/src/components/meta/Meta.tsx @@ -36,6 +36,13 @@ const Meta = ({ + + ); };