mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
feat(config): add navigation tabs for Guides and Solutions
This commit is contained in:
@@ -7,4 +7,16 @@ export default defineConfig({
|
|||||||
site: "https://prdlk.github.io",
|
site: "https://prdlk.github.io",
|
||||||
base: "/leetcode",
|
base: "/leetcode",
|
||||||
},
|
},
|
||||||
|
navigation: {
|
||||||
|
tabs: [
|
||||||
|
{
|
||||||
|
label: "Guides",
|
||||||
|
path: "/guides",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Solutions",
|
||||||
|
href: "/solutions",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user