diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-03 19:29:09 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-03 19:29:09 -0700 |
| commit | 8f187a4faf4b413e18a13e628c126f2e48ac6823 (patch) | |
| tree | 628ea36dea2802c8499b61de550b6df85902c6d7 /src/components/Player/index.tsx | |
| parent | 470adff2f38e66411255977c9d467abbf2098e9c (diff) | |
remove /info move startDate back to client side
Diffstat (limited to 'src/components/Player/index.tsx')
| -rw-r--r-- | src/components/Player/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Player/index.tsx b/src/components/Player/index.tsx index e4dfd9e..6a947d4 100644 --- a/src/components/Player/index.tsx +++ b/src/components/Player/index.tsx @@ -20,7 +20,7 @@ export function Player({ currentTry }: Props) { const [isReady, setIsReady] = React.useState(false); const CDN_URL = - import.meta.env.VITE_CDN_URL || "https://yena.pinapelz.com/kheardle"; + import.meta.env.VITE_CDN_URL || "localhost"; const dateString = new Date().toISOString().split("T")[0]; |
