Fix favicon

This commit is contained in:
Aaron Carlino 2019-11-15 16:07:27 +13:00
parent fb07960b99
commit b216155972
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ exports.wrapPageElement = ({ element, props }) => {
exports.onRenderBody = ({ setPostBodyComponents, setHeadComponents }) => {
// Rules that cannot be touched by purgecss because they come in from client side rendering
setHeadComponents([
<style type="text/css" dangerouslySetInnerHTML={{
<style key='prism-css' type="text/css" dangerouslySetInnerHTML={{
__html: `
:not(pre) > code[class*="language-"] {
background: #f5f6f8;