chore: lint

This commit is contained in:
Bereket Engida
2025-03-01 02:47:15 +03:00
parent 0c7a098e95
commit f6051b45b8
3 changed files with 178 additions and 180 deletions

View File

@@ -4,12 +4,12 @@ import { loader } from "fumadocs-core/source";
import { createOpenAPI } from "fumadocs-openapi/server";
export const source = loader({
baseUrl: "/docs",
source: createMDXSource(docs, meta),
baseUrl: "/docs",
source: createMDXSource(docs, meta),
});
export const changelogs = loader({
baseUrl: "/changelogs",
source: createMDXSource(changelogCollection),
baseUrl: "/changelogs",
source: createMDXSource(changelogCollection),
});
export const openapi = createOpenAPI({});