mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
|
|
import { createMDX } from "fumadocs-mdx/next";
|
||
|
|
|
||
|
|
const withMDX = createMDX();
|
||
|
|
|
||
|
|
/** @type {import('next').NextConfig} */
|
||
|
|
const config = {};
|
||
|
|
|
||
|
|
export default withMDX(config);
|