From e6bfe8efd120c210f2274349d60f4a3a79b91f2c Mon Sep 17 00:00:00 2001
From: Meir Roth <12494197+meirroth@users.noreply.github.com>
Date: Tue, 20 Jul 2021 20:02:58 +0300
Subject: [PATCH] Remove fonts.gstatic.com preconnect artifact
Not needed anymore, as fonts are now sourced locally :smirk:
See: https://github.com/mikecao/umami/pull/677
---
pages/_app.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/pages/_app.js b/pages/_app.js
index 25048e43..b239f91f 100644
--- a/pages/_app.js
+++ b/pages/_app.js
@@ -38,7 +38,6 @@ export default function App({ Component, pageProps }) {
-