diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 45b411c96..b80d43bd0 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -85,7 +85,7 @@ export default defineConfig({ // @ts-ignore boostDocument: (_, term, storedFields: Record) => { const titles = (storedFields?.titles as string[]) - .filter((t) => !!t) + .filter((t) => Boolean(t)) .map((t) => t.toLowerCase()); // Uprate if term appears in titles. Add bonus for higher levels (i.e. lower index) const titleIndex = @@ -138,7 +138,7 @@ export default defineConfig({ { text: "👾 Gaming Tools", link: "/gamingpiracyguide#gaming-tools" }, { text: "📷 Image Tools", link: "/img-tools" }, { text: "📼 Video Tools", link: "/video-tools" }, - { text: "🔊 Audio Tools", link: "/audio-tools" }, + { text: "🔊 Audio Tools", link: "/audiopiracyguide#audio-tools" }, { text: "🍎 Educational Tools", link: "/edupiracyguide#educational-tools" }, { text: "👨‍💻 Developer Tools", link: "/devtools" }, ], diff --git a/feedback.md b/feedback.md index b7fc2c5a1..b383f50ae 100644 --- a/feedback.md +++ b/feedback.md @@ -1,4 +1,6 @@ --- +name: Feedback +description: Anonymous comments, taken from reddit, discord, twitter, and our feedback system. next: false prev: false lastUpdated: false @@ -27,3 +29,7 @@ outline: false * *"This wiki is one of the best out there, seriously. Keep up the great work!"* * *"I love having an extreme amount of privacy. And it's not just for piracy, so this is REALLY useful. Thanks!"* + +- *"thank you so much for this effort, guys you are amazing, i stopped searching on google for stuff and got addicted to your website, keep going :)"* + +- *"Ever since i find out fmhy exist, i have been using it for a long time now. The website is very good and i love the community so much, pls keep making more"*