don't load fathom script unless on production

This commit is contained in:
2022-05-16 09:40:36 -04:00
parent cf4f2fe442
commit 2f695be18f
12 changed files with 40 additions and 46 deletions
+2 -2
View File
@@ -12,10 +12,10 @@ const Display = styled(
maxWidth: "800px",
// these are injected by noVNC after connection, so we can't target them directly:
"& div": {
div: {
background: "none !important",
"& canvas": {
canvas: {
cursor: "inherit !important",
},
},