mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 08:55:33 +02:00
Migrated project from Quartz to Next.js with Fumadocs
This commit is contained in:
parent
d0e8fca4a6
commit
ff60b8afc1
383 changed files with 8990 additions and 152443 deletions
12
next.config.mjs
Normal file
12
next.config.mjs
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { createMDX } from 'fumadocs-mdx/next';
|
||||
|
||||
const withMDX = createMDX();
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const config = {
|
||||
output: "export",
|
||||
reactStrictMode: true,
|
||||
images: { unoptimized: true }
|
||||
};
|
||||
|
||||
export default withMDX(config);
|
Loading…
Add table
Add a link
Reference in a new issue