diff --git a/apps/timsexperiments/.env.local b/apps/timsexperiments/.env.local
index 9f02cd7..553fcdf 100644
--- a/apps/timsexperiments/.env.local
+++ b/apps/timsexperiments/.env.local
@@ -1 +1,2 @@
-PUBLIC_VIEW_COUNTER_API=http://localhost:8787/views
\ No newline at end of file
+# PUBLIC_VIEW_COUNTER_API=http://localhost:8787/views
+PUBLIC_VIEW_COUNTER_API=https://dev.views.timsexperiments.foo/
\ No newline at end of file
diff --git a/apps/timsexperiments/package.json b/apps/timsexperiments/package.json
index f97a3df..4fbb2d4 100644
--- a/apps/timsexperiments/package.json
+++ b/apps/timsexperiments/package.json
@@ -27,7 +27,7 @@
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@timsexperiments/theme": "^0.0.0",
- "@timsexperiments/three-rubiks-cube": "^0.0.3",
+ "@timsexperiments/three-rubiks-cube": "^0.0.5",
"@timsexperiments/views-client": "workspace:*",
"@types/hast": "^3.0.4",
"@types/react": "^18.2.47",
diff --git a/apps/timsexperiments/src/components/nav/Nav.astro b/apps/timsexperiments/src/components/nav/Nav.astro
index f597c06..2660add 100644
--- a/apps/timsexperiments/src/components/nav/Nav.astro
+++ b/apps/timsexperiments/src/components/nav/Nav.astro
@@ -51,4 +51,4 @@ import { Home, Compass, FlaskConical, Mail, UserRoundPlus } from 'lucide-react';
}
-
+
diff --git a/apps/timsexperiments/src/env.d.ts b/apps/timsexperiments/src/env.d.ts
index 99a3b5c..d2bfbed 100644
--- a/apps/timsexperiments/src/env.d.ts
+++ b/apps/timsexperiments/src/env.d.ts
@@ -1,3 +1,11 @@
///
///
///
+
+interface ImportMetaEnv {
+ readonly PUBLIC_VIEW_COUNTER_API: string;
+}
+
+interface ImportMeta {
+ readonly env: ImportMetaEnv;
+}
diff --git a/apps/timsexperiments/src/layouts/BaseLayout.astro b/apps/timsexperiments/src/layouts/BaseLayout.astro
index ac3e180..7315820 100644
--- a/apps/timsexperiments/src/layouts/BaseLayout.astro
+++ b/apps/timsexperiments/src/layouts/BaseLayout.astro
@@ -39,5 +39,6 @@ const { title, description } = Astro?.props ?? {};
+