feat(config): add Blume configuration file

This commit is contained in:
Prad Nukala
2026-08-18 14:33:57 -04:00
parent 2cc99cdb73
commit 995fed2950
7 changed files with 2041 additions and 2614 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from "blume";
export default defineConfig({
title: "Leetcode",
description: "Documentation powered by Blume.",
deployment: {
site: "https://prdlk.github.io",
base: "/leetcode",
},
});