Skip to content

Commit

Permalink
update plausible tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevcody committed Oct 22, 2024
1 parent de21ec5 commit 74fca81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Providers({ children }: { children: React.ReactNode }) {
<PlausibleProvider
selfHosted
customDomain="https://plausible-analytics-ce-production-e655.up.railway.app"
domain="survive-the-night-sim-production.up.railway.app"
domain="survivethenightgame.com"
>
<ThemeProvider attribute="class">
<ConvexAuthNextjsProvider client={convex}>
Expand Down

0 comments on commit 74fca81

Please sign in to comment.