fix: update hdhub4u search URL and bump version

This commit is contained in:
Himanshu
2026-06-08 13:11:49 +05:30
parent 4c4d0903c2
commit 7722190674
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ export const getSearchPosts = async function ({
page: String(page),
analytics_tag: today,
});
const searchUrl = `https://search.hdhub4u.glass/collections/post/documents/search?${params.toString()}`;
const searchUrl = `https://search.pingora.fyi/collections/post/documents/search?${params.toString()}`;
const res = await fetch(searchUrl, {
headers: {
...hdbHeaders,