chore(fs.dev): Prebuild for strapi
This commit is contained in:
parent
d8fb6868f1
commit
2f0b48cc94
10 changed files with 4658 additions and 26 deletions
|
@ -2,6 +2,8 @@ import Page from 'shared/components/wrappers/page.js'
|
|||
import useApp from 'site/hooks/useApp.js'
|
||||
import ThemePicker from 'shared/components/theme-picker.js'
|
||||
|
||||
import { blog, mdx } from 'site/prebuild/index.js'
|
||||
|
||||
export default (props) => {
|
||||
const app = useApp()
|
||||
return (
|
||||
|
@ -13,6 +15,8 @@ export default (props) => {
|
|||
>Toggle</button>
|
||||
</p>
|
||||
<ThemePicker app={app} />
|
||||
<pre>{JSON.stringify(blog, null ,2)}</pre>
|
||||
<pre>{JSON.stringify(mdx, null ,2)}</pre>
|
||||
</Page>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue