mirror of
https://github.com/prdlk/leetcode.git
synced 2026-08-02 17:31:40 +00:00
feat(config): add blume configuration file
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
import { defineConfig } from "blume";
|
||||||
|
|
||||||
|
export default defineConfig({
|
||||||
|
title: "Leetcode",
|
||||||
|
description: "Documentation powered by Blume.",
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user