Skip to content

Commit 0116a02

Browse files
authored
Update client.tsx
1 parent 82e82e7 commit 0116a02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/games/client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function GamesClient() {
1010
return (
1111
<iframe
1212
className={"h-dvh w-dvw"}
13-
src={`https://precontation.github.io/${game}/`}
13+
src={`https://${game}.precontation.me`}
1414
></iframe>
1515
);
1616
} else {

0 commit comments

Comments
 (0)