Skip to content

Commit b30bf12

Browse files
committed
Update image base URL
1 parent 25d133d commit b30bf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/DataManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class DataManager {
4747

4848
readonly max_resin = 160
4949
readonly minutes_per_resin = 8
50-
readonly baseURL = "https://genshin.flatisjustice.moe/"
50+
readonly baseURL = "https://hutaobot.moe/"
5151

5252
readonly artifacts: Record<string, Artifact> = artifactsData as Record<string, Artifact>
5353
readonly artifactMainStats: Record<ArtifactType, MainStatInfo[]> = artifactsMainStats as Record<ArtifactType, MainStatInfo[]>

0 commit comments

Comments
 (0)