We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b67066 commit 2629c63Copy full SHA for 2629c63
src/lib/source.ts
@@ -2,6 +2,7 @@ import { docs, blogPosts } from "@/.source"
2
import { loader } from "fumadocs-core/source"
3
import { lucideIconsPlugin } from "fumadocs-core/source/lucide-icons"
4
import { createMDXSource } from "fumadocs-mdx/runtime/next"
5
+
6
export const source = loader({
7
baseUrl: "/docs",
8
source: docs.toFumadocsSource(),
0 commit comments