Skip to content

Commit 2e19416

Browse files
authored
fix: typography config type array (#219)
1 parent aba9dc8 commit 2e19416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/transformPageContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {getExtendTypographyConfig} from './config';
1010
import {filterContent} from './contentFilter';
1111

1212
type TypographyConfigType = {
13-
[x: string]: Record<string, unknown>;
13+
[x: string]: Record<string, unknown> | Record<string, unknown>[];
1414
};
1515

1616
type TransformPageContentPropsType = {

0 commit comments

Comments
 (0)