From 3c48b1aa8ca0dffea6599046349f7eebca9ba722 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 8 Feb 2023 14:20:42 +1300 Subject: [PATCH] ENH Styling for api links contains backticks --- gatsby-ssr.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gatsby-ssr.js b/gatsby-ssr.js index 9cd58e3..72942f3 100644 --- a/gatsby-ssr.js +++ b/gatsby-ssr.js @@ -34,6 +34,19 @@ exports.onRenderBody = ({ setPostBodyComponents, setHeadComponents, pathname }) margin: 2rem 0; } ` + }} />, + // this is being done as a quick work around as there's issues when building css +