commit 3f5d8c6db7928cc5510f62afc7d411669c6fa342 parent fa4cf070ddcea31228f409f1bbdc9256fd651e51 Author: FIGBERT <figbert@figbert.com> Date: Sat, 19 Sep 2020 11:49:43 -0700 :art: Move analytics to the head from body Diffstat:
M | public/index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html @@ -12,10 +12,10 @@ <link rel="apple-touch-icon" href="logo192.png" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <title>FIGBERT Math</title> + <script async defer data-website-id="7e66b23a-800c-470e-a946-9bb75a455046" integrity="sha384-SFgC+hTq6Y/T7BVtH5jNjyKuiSefSCTh8BN9KApl6huoN9KYDDnCXZd2e3dcoxbL" src="https://umami.figbert.com/umami.js" crossorigin="anonymous"></script> </head> <body> <noscript>This app is built with React, so you need to enable JavaScript to run it.</noscript> <div id="app"></div> - <script async defer data-website-id="7e66b23a-800c-470e-a946-9bb75a455046" integrity="sha384-SFgC+hTq6Y/T7BVtH5jNjyKuiSefSCTh8BN9KApl6huoN9KYDDnCXZd2e3dcoxbL" src="https://umami.figbert.com/umami.js" crossorigin="anonymous"></script> </body> </html>