mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
style: fmt code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { defineConfig, defineDocs } from 'fumadocs-mdx/config';
|
||||
import { defineConfig, defineDocs } from "fumadocs-mdx/config";
|
||||
|
||||
export const docs = defineDocs({
|
||||
dir: 'content/docs',
|
||||
dir: "content/docs",
|
||||
docs: {
|
||||
postprocess: {
|
||||
includeProcessedMarkdown: true,
|
||||
@@ -9,4 +9,4 @@ export const docs = defineDocs({
|
||||
},
|
||||
});
|
||||
|
||||
export default defineConfig();
|
||||
export default defineConfig();
|
||||
|
||||
Reference in New Issue
Block a user