Files

10 lines
236 B
TypeScript
Raw Permalink Normal View History

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