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