feat(config): add blume configuration file

This commit is contained in:
Prad Nukala
2026-07-13 17:16:15 -04:00
parent 571d4633d9
commit 78d8ce30f5
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from "blume";
export default defineConfig({
title: "Leetcode",
description: "Documentation powered by Blume.",
});