File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export const GET = async (
2727 title : page . data . title ,
2828 description : page . data . description ,
2929 link : `${ baseUrl } ${ page . url } ` ,
30- date : new Date ( page . data . lastModified ?? new Date ( ) ) ,
30+ date : new Date ( ) ,
3131 author : [
3232 {
3333 name : "Vercel" ,
Original file line number Diff line number Diff line change 55 frontmatterSchema ,
66 metaSchema ,
77} from "fumadocs-mdx/config" ;
8- import lastModified from "fumadocs-mdx/plugins/last-modified" ;
98
109// You can customise Zod schemas for frontmatter and `meta.json` here
1110// see https://fumadocs.dev/docs/mdx/collections
@@ -26,5 +25,4 @@ export default defineConfig({
2625 mdxOptions : {
2726 remarkPlugins : [ remarkMdxMermaid ] ,
2827 } ,
29- plugins : [ lastModified ( ) ] ,
3028} ) ;
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://turborepo.com/schema.json" ,
33 "ui" : " tui" ,
4+ "envMode" : " loose" ,
45 "tasks" : {
56 "build" : {
67 "dependsOn" : [" ^build" ],
You can’t perform that action at this time.
0 commit comments