docs: finalize walkthrough for MDX migration and diagram styling
This commit is contained in:
13
apps/web/.contentlayer/generated/index.mjs
Normal file
13
apps/web/.contentlayer/generated/index.mjs
Normal file
@@ -0,0 +1,13 @@
|
||||
// NOTE This file is auto-generated by Contentlayer
|
||||
|
||||
export { isType } from 'contentlayer2/client'
|
||||
|
||||
// NOTE During development Contentlayer imports from `.mjs` files to improve HMR speeds.
|
||||
// During (production) builds Contentlayer it imports from `.json` files to improve build performance.
|
||||
import allPosts from './Post/_index.json' with { type: 'json' }
|
||||
|
||||
export { allPosts }
|
||||
|
||||
export const allDocuments = [...allPosts]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user