9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
// source.config.ts
|
|
import { defineConfig } from "fumadocs-mdx/config";
|
|
var source_config_default = defineConfig({
|
|
mdxOptions: {}
|
|
});
|
|
export {
|
|
source_config_default as default
|
|
};
|