We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dada53 commit be7a2e9Copy full SHA for be7a2e9
dotcom-rendering/src/server/render.front.web.tsx
@@ -135,6 +135,7 @@ export const renderFront = ({
135
abTests: front.config.abTests,
136
serverSideABTests: front.config.serverSideABTests,
137
brazeApiKey: front.config.brazeApiKey,
138
+ contentType: front.config.contentType,
139
googleRecaptchaSiteKey: front.config.googleRecaptchaSiteKey,
140
// Until we understand exactly what config we need to make available client-side,
141
// add everything we haven't explicitly typed as unknown config
0 commit comments