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" }], + }, });