mirror of
https://github.com/prdlk/leetcode.git
synced 2026-08-02 17:31:40 +00:00
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
import { defineConfig } from "blume";
|
|
|
|
export default defineConfig({
|
|
title: "Leetcode",
|
|
description: "Documentation powered by Blume.",
|
|
});
|