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 9352934 commit 67f61d1Copy full SHA for 67f61d1
apps/developer-hub/src/source.ts
@@ -9,6 +9,7 @@ import {
9
import type { InferMetaType, InferPageType } from "fumadocs-core/source";
10
import { loader } from "fumadocs-core/source";
11
import { createElement } from "react";
12
+//@ts-ignore: .source is generated at build time
13
import { docs } from "../.source";
14
15
const icons: Record<string, React.ComponentType> = {
0 commit comments