Files
leetcode/blume.config.ts
T

23 lines
414 B
TypeScript
Raw Normal View History

2026-08-18 14:33:57 -04:00
import { defineConfig } from "blume";
export default defineConfig({
title: "Leetcode",
description: "Documentation for LeetCode solutions",
2026-08-18 14:33:57 -04:00
deployment: {
site: "https://prdlk.github.io",
base: "/leetcode",
},
navigation: {
tabs: [
{
label: "Solutions",
path: "/solutions",
},
{
label: "Progress",
path: "/progress",
},
],
},
2026-08-18 14:33:57 -04:00
});