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