mirror of
https://github.com/prdlk/leetcode.git
synced 2026-08-02 17:31:40 +00:00
10 lines
236 B
TypeScript
10 lines
236 B
TypeScript
import { defineConfig } from "blume";
|
|
|
|
export default defineConfig({
|
|
title: "Prad's LeetCode",
|
|
description: "Documentation powered by Blume.",
|
|
navigation: {
|
|
tabs: [{ label: "Guides", path: "/guides", icon: "plug" }],
|
|
},
|
|
});
|