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