From 6af4bd9da56650898195136e0770c56ab3e0eb89 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Fri, 6 Nov 2020 17:50:51 +0000 Subject: [PATCH] Use https umami.benramey.com address for umami code. --- gatsby-ssr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-ssr.js b/gatsby-ssr.js index 784ac55..4a882e3 100644 --- a/gatsby-ssr.js +++ b/gatsby-ssr.js @@ -4,6 +4,6 @@ export const onRenderBody = ({ setPostBodyComponents }) => { setPostBodyComponents([ , , - + ]) } \ No newline at end of file