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 7cc6b4e commit 658f95aCopy full SHA for 658f95a
src/templates/layout.js
@@ -243,7 +243,7 @@ const Layout = ({ children }) => (
243
render={data => (
244
<ThemeProvider theme={customTheme}>
245
<ColorModeProvider>
246
- {/* <MDXProvider
+ <MDXProvider
247
components={{
248
// Map HTML element tag to React component
249
h1: Typography.H1,
@@ -260,7 +260,7 @@ const Layout = ({ children }) => (
260
li: Typography.Li,
261
strong: Typography.Strong,
262
}}
263
- > */}
+ >
264
<Box bg="rgb(247,245,242)" minHeigh="100vh">
265
<Global
266
styles={{
@@ -321,7 +321,7 @@ const Layout = ({ children }) => (
321
</Box>
322
323
324
- {/* </MDXProvider> */}
+ </MDXProvider>
325
</ColorModeProvider>
326
</ThemeProvider>
327
)}
0 commit comments