From 9d58f2e5bbd712604c78de84da7429e75b21a3aa Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Wed, 19 Aug 2026 10:55:51 -0400 Subject: [PATCH] feat(config): add navigation tabs for solutions page --- blume.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blume.config.ts b/blume.config.ts index 03581ea..7caaece 100644 --- a/blume.config.ts +++ b/blume.config.ts @@ -7,4 +7,7 @@ export default defineConfig({ site: "https://prdlk.github.io", base: "/leetcode", }, + navigation: { + tabs: [{ label: "Solutions", path: "/solutions" }], + }, });