docs: improve changelog page

This commit is contained in:
Bereket Engida
2024-12-03 00:46:14 +03:00
parent b400d722fd
commit 0c243af55c
7 changed files with 309 additions and 153 deletions

View File

@@ -8,9 +8,4 @@ export const source = loader({
source: createMDXSource(docs, meta),
});
export const changelog = loader({
baseUrl: "/changelog",
source: createMDXSource(_changelog, meta),
});
export const openapi = createOpenAPI({});