feat(config): add Schedule tab to navigation

This commit is contained in:
Prad Nukala
2026-08-16 13:08:30 -04:00
parent 045e9e5461
commit 7178cbeeb4
+8
View File
@@ -10,4 +10,12 @@ export default defineConfig({
deployment: {
site: "https://od.prad.codes",
},
navigation: {
tabs: [
{
label: "Schedule",
path: "/schedule",
},
],
},
});