mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 12:22:40 +02:00
feat: Added FumaDocs
This commit is contained in:
parent
3155e7b0ac
commit
0436d2ab64
16 changed files with 1919 additions and 8 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import type { NextConfig } from "next";
|
||||
import { createMDX } from 'fumadocs-mdx/next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
typescript: {
|
||||
|
|
@ -9,4 +10,7 @@ const nextConfig: NextConfig = {
|
|||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
// Wrap the config with createMDX
|
||||
const withMDX = createMDX({});
|
||||
|
||||
export default withMDX(nextConfig);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue