feat(config): add navigation tabs for solutions page

This commit is contained in:
Prad Nukala
2026-08-19 10:55:51 -04:00
parent 5d53a2c2d4
commit 9d58f2e5bb
+3
View File
@@ -7,4 +7,7 @@ export default defineConfig({
site: "https://prdlk.github.io",
base: "/leetcode",
},
navigation: {
tabs: [{ label: "Solutions", path: "/solutions" }],
},
});