feat(config): update site title and add navigation tab

This commit is contained in:
Prad Nukala
2026-07-15 15:07:27 -04:00
parent a7adcb9ada
commit 0a439d468e
+4 -1
View File
@@ -1,6 +1,9 @@
import { defineConfig } from "blume";
export default defineConfig({
title: "Docs",
title: "Prad's LeetCode",
description: "Documentation powered by Blume.",
navigation: {
tabs: [{ label: "Guides", path: "/guides", icon: "plug" }],
},
});