From 74fca81f840d0edf9aba2fc491c974f1509a5be0 Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Tue, 22 Oct 2024 12:56:48 -0400 Subject: [PATCH] update plausible tracker --- README.md | 4 ++-- app/provider.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 661f6e2..24d8466 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This is a community project for letting ai models play a puzzle game to find out ## Live Links -- [Plausible Analytics](https://plausible-analytics-ce-production-e655.up.railway.app/survive-the-night-sim-production.up.railway.app) -- [Survive the Night Sim](https://survive-the-night-sim-production.up.railway.app) +- [Plausible Analytics](https://plausible-analytics-ce-production-e655.up.railway.app/survivethenightgame) +- [Survive the Night Sim](https://survivethenightgame.com/) ## How to Run diff --git a/app/provider.tsx b/app/provider.tsx index ee09093..3fd3ff5 100644 --- a/app/provider.tsx +++ b/app/provider.tsx @@ -13,7 +13,7 @@ export function Providers({ children }: { children: React.ReactNode }) {