import { defineConfig } from "blume"; export default defineConfig({ title: "Prad's LeetCode", description: "Documentation powered by Blume.", navigation: { tabs: [{ label: "Guides", path: "/guides", icon: "plug" }], }, });