diff options
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]; |
