mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-17 07:26:27 +00:00
11 lines
225 B
TypeScript
11 lines
225 B
TypeScript
import { defineConfig } from "blume";
|
|
|
|
export default defineConfig({
|
|
title: "Leetcode",
|
|
description: "Documentation powered by Blume.",
|
|
deployment: {
|
|
site: "https://prdlk.github.io",
|
|
base: "/leetcode",
|
|
},
|
|
});
|