Remove redundant items from the navigation menu in config.mjs
This commit is contained in:
parent
c466b30e01
commit
2ceefe9681
1 changed files with 1 additions and 8 deletions
|
|
@ -51,14 +51,7 @@ export default defineConfig({
|
||||||
{ text: 'Hosts', link: '/hosts' },
|
{ text: 'Hosts', link: '/hosts' },
|
||||||
{ text: 'Adult Hosts', link: '/Adult-hosts' },
|
{ text: 'Adult Hosts', link: '/Adult-hosts' },
|
||||||
{ text: 'Policies', link: '/policies' },
|
{ text: 'Policies', link: '/policies' },
|
||||||
{ text: 'Tools', link: '/tools' },
|
{ 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' }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
|
|
||||||
sidebar: {
|
sidebar: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue