mirror of
https://github.com/prdlk/leetcode.git
synced 2026-08-02 09:21:40 +00:00
feat(config): update site title and add navigation tab
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
|||||||
import { defineConfig } from "blume";
|
import { defineConfig } from "blume";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: "Docs",
|
title: "Prad's LeetCode",
|
||||||
description: "Documentation powered by Blume.",
|
description: "Documentation powered by Blume.",
|
||||||
|
navigation: {
|
||||||
|
tabs: [{ label: "Guides", path: "/guides", icon: "plug" }],
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user