mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-17 07:26:27 +00:00
feat(config): add Blume configuration file
This commit is contained in:
@@ -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",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user