rename playground build.ts
This commit is contained in:
parent
1b36e8f6f9
commit
8f0f76df54
2 changed files with 5 additions and 3 deletions
|
@ -70,7 +70,9 @@ const outDirs = Object.values(groups).flatMap((group) =>
|
|||
|
||||
// Render home page contents
|
||||
const homeHtml = renderToStaticMarkup(
|
||||
<Home groups={mapValues(groups, (group) => Object.keys(group))} />,
|
||||
React.createElement(Home, {
|
||||
groups: mapValues(groups, (group) => Object.keys(group)),
|
||||
}),
|
||||
)
|
||||
|
||||
const config: BuildOptions = {
|
Loading…
Add table
Add a link
Reference in a new issue