diff --git a/blume.config.ts b/blume.config.ts index 03581ea..b38ac3d 100644 --- a/blume.config.ts +++ b/blume.config.ts @@ -7,4 +7,16 @@ export default defineConfig({ site: "https://prdlk.github.io", base: "/leetcode", }, + navigation: { + tabs: [ + { + label: "Guides", + path: "/guides", + }, + { + title: "Solutions", + href: "/solutions", + }, + ], + }, });