Files
leetcode/apps/docs/blume.config.ts
T
Prad Nukala fd0d6c6ea5 mise ~/.config/mise/config.toml tools: crush@0.91.0
feat(config): add Reference tab to navigationfeat(config): add Reference tab to navigation
2026-08-25 13:18:28 -04:00

22 lines
382 B
TypeScript

import { defineConfig } from "blume";
export default defineConfig({
title: "Leetcode",
description: "Documentation for LeetCode solutions",
deployment: {
site: "https://prdlk.github.io",
base: "/leetcode",
},
content: {
root: "content",
},
navigation: {
tabs: [
{
label: "Reference",
path: "/reference",
},
],
},
});