mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-06-02 13:13:43 -04:00
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
import { defineDocs } from "fumadocs-mdx/config";
|
|
|
|
// fallow-ignore-next-line unused-export
|
|
export const docs = defineDocs({
|
|
dir: "content/docs",
|
|
});
|