2026-07-14 11:07:13 -04:00
|
|
|
import { defineConfig } from "blume";
|
|
|
|
|
|
|
|
|
|
export default defineConfig({
|
2026-07-15 15:07:27 -04:00
|
|
|
title: "Prad's LeetCode",
|
2026-07-14 11:07:13 -04:00
|
|
|
description: "Documentation powered by Blume.",
|
2026-07-15 15:07:27 -04:00
|
|
|
navigation: {
|
|
|
|
|
tabs: [{ label: "Guides", path: "/guides", icon: "plug" }],
|
|
|
|
|
},
|
2026-07-14 11:07:13 -04:00
|
|
|
});
|