aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Player/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Player/index.tsx')
-rw-r--r--src/components/Player/index.tsx2
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];
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage