1
0
Fork 0

chore(fs.dev): Prebuild for strapi

This commit is contained in:
Joost De Cock 2021-12-12 12:04:38 +01:00
parent d8fb6868f1
commit 2f0b48cc94
10 changed files with 4658 additions and 26 deletions

View file

@ -0,0 +1,5 @@
import mdxImport from './mdx.js'
import blogImport from './strapi.blog.js'
export const mdx = mdxImport
export const blog = blogImport

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,3 @@
import en from './mdx.en.js'
export default { en }

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
import { posts as en } from './strapi.blog.en.js'
export default { en }