Remove redundant items from the navigation menu in config.mjs

This commit is contained in:
fynks 2025-09-29 10:10:20 +05:00
parent c466b30e01
commit 2ceefe9681

View file

@ -51,14 +51,7 @@ export default defineConfig({
{ text: 'Hosts', link: '/hosts' },
{ text: 'Adult Hosts', link: '/Adult-hosts' },
{ text: 'Policies', link: '/policies' },
{ text: 'Tools', link: '/tools' },
{
text: 'More',
items: [
{ text: 'Interactive Comparison', link: 'https://debridcompare.pages.dev' },
{ text: 'GitHub', link: 'https://github.com/fynks/debrid-services-comparison' }
]
}
{ text: 'Tools', link: '/tools' }
],
sidebar: {