Skip to content

Commit cefc0e1

Browse files
Exclude processors excluding lazy-loading
1 parent 34e23b0 commit cefc0e1

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

packages/frontity-org-theme/src/index.ts

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -56,35 +56,35 @@ const frontityOrg: FrontityOrg = {
5656
html2react: {
5757
processors: [
5858
iframe,
59-
...paragraph,
60-
...mobileDesktop,
61-
...borders,
62-
backgroundColor,
63-
terminal,
64-
textColor,
65-
imageFrame,
66-
polygonBackground,
67-
borderRadius,
68-
newsletter,
69-
boxShadow,
70-
checklists,
71-
fastSection,
72-
showcasesGallery,
73-
needInspirationSection,
74-
dropdown,
75-
horizontalSeparator,
76-
links,
77-
scrollingSection,
78-
section,
79-
specialIcons,
80-
flowButtons,
81-
flowButton,
82-
flowItems,
83-
flowItem,
84-
headlessFlow,
85-
homepageHeroAnimation,
86-
typingProcessor,
87-
heroBlogImage,
59+
// ...paragraph,
60+
// ...mobileDesktop,
61+
// ...borders,
62+
// backgroundColor,
63+
// terminal,
64+
// textColor,
65+
// imageFrame,
66+
// polygonBackground,
67+
// borderRadius,
68+
// newsletter,
69+
// boxShadow,
70+
// checklists,
71+
// fastSection,
72+
// showcasesGallery,
73+
// needInspirationSection,
74+
// dropdown,
75+
// horizontalSeparator,
76+
// links,
77+
// scrollingSection,
78+
// section,
79+
// specialIcons,
80+
// flowButtons,
81+
// flowButton,
82+
// flowItems,
83+
// flowItem,
84+
// headlessFlow,
85+
// homepageHeroAnimation,
86+
// typingProcessor,
87+
// heroBlogImage,
8888
addTweet,
8989
deleteTwitterScript,
9090
lazyVideo,

0 commit comments

Comments
 (0)