commit c8f411df202e9dbf7fe8774be2b6be80927c4d75 parent 800eb78d18e54ddf0893cee5d76673c8338f3cbb Author: FIGBERT <figbert@figbert.com> Date: Tue, 2 Mar 2021 17:30:20 -0800 Update analytics script integrity hash Diffstat:
M | public/index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html @@ -19,7 +19,7 @@ <meta name="theme-color" content="#ffffff"> <link rel='stylesheet' href='/main.css'> <script defer src='/build/bundle.js'></script> - <script async defer data-website-id="fdcae343-d1eb-441c-a20b-dfc8e6d32644" integrity="sha384-SFgC+hTq6Y/T7BVtH5jNjyKuiSefSCTh8BN9KApl6huoN9KYDDnCXZd2e3dcoxbL" src="https://umami.figbert.com/umami.js" crossorigin="anonymous"></script> + <script async defer data-website-id="fdcae343-d1eb-441c-a20b-dfc8e6d32644" integrity="sha384-ktvnY3fkD0WTTw2i3sBMK8ZyhxrUCIv9OLeE3NitG/fIqM+j5Q+J2FNIULaoY8sW" src="https://umami.figbert.com/umami.js" crossorigin="anonymous"></script> </head> <body> </body>