From 7178cbeeb48f3fa6ff494de599c1703f8b93359c Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Sun, 16 Aug 2026 13:08:30 -0400 Subject: [PATCH] feat(config): add Schedule tab to navigation --- docs/blume.config.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/blume.config.ts b/docs/blume.config.ts index 834024b..d4bd306 100644 --- a/docs/blume.config.ts +++ b/docs/blume.config.ts @@ -10,4 +10,12 @@ export default defineConfig({ deployment: { site: "https://od.prad.codes", }, + navigation: { + tabs: [ + { + label: "Schedule", + path: "/schedule", + }, + ], + }, });