mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-05 02:07:27 +08:00
fix: 后端代码格式化
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { createMDX } from 'fumadocs-mdx/next';
|
||||
import { createMDX } from "fumadocs-mdx/next";
|
||||
|
||||
const withMDX = createMDX();
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const config = {
|
||||
output: 'export',
|
||||
output: "export",
|
||||
reactStrictMode: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user