Skip to content

Commit 8ad5257

Browse files
committed
Remove lastModified plugin
1 parent 852ef9c commit 8ad5257

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "next build",
1010
"dev": "rm -rf .next && next dev --port 3500",
1111
"start": "next start",
12-
"postinstall": "fumadocs-mdx && next typegen",
12+
"postinstall": "fumadocs-mdx",
1313
"prepare": "husky"
1414
},
1515
"dependencies": {

source.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { defineConfig, defineDocs, frontmatterSchema, metaSchema } from 'fumadocs-mdx/config';
2-
import lastModified from 'fumadocs-mdx/plugins/last-modified';
32
import z from 'zod';
43

54
export const { docs, meta } = defineDocs({
@@ -26,5 +25,5 @@ export const { docs, meta } = defineDocs({
2625
});
2726

2827
export default defineConfig({
29-
plugins: [lastModified()],
28+
plugins: [],
3029
});

0 commit comments

Comments
 (0)