Skip to content

Commit be7a2e9

Browse files
authored
ensure content type available for fronts (#14744)
1 parent 3dada53 commit be7a2e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/server/render.front.web.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export const renderFront = ({
135135
abTests: front.config.abTests,
136136
serverSideABTests: front.config.serverSideABTests,
137137
brazeApiKey: front.config.brazeApiKey,
138+
contentType: front.config.contentType,
138139
googleRecaptchaSiteKey: front.config.googleRecaptchaSiteKey,
139140
// Until we understand exactly what config we need to make available client-side,
140141
// add everything we haven't explicitly typed as unknown config

0 commit comments

Comments
 (0)