aboutsummaryrefslogtreecommitdiffstats
path: root/src/Images.ts
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-06-03 08:35:44 +0200
committerMaksymilian Jopek <maks@jopek.eu>2022-06-03 08:38:33 +0200
commit9f7331ca8b60cd91ee2493fa1872410c5755d1bd (patch)
treea1cfc50cae3a041b302d27e8da8715ab1dd864b2 /src/Images.ts
parent9624444addd8ebd7771cab27fb6a17a147baab7d (diff)
download1942-9f7331ca8b60cd91ee2493fa1872410c5755d1bd.tar.gz
1942-9f7331ca8b60cd91ee2493fa1872410c5755d1bd.tar.zst
1942-9f7331ca8b60cd91ee2493fa1872410c5755d1bd.zip
v1.0.2 - Final
Diffstat (limited to 'src/Images.ts')
-rw-r--r--src/Images.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Images.ts b/src/Images.ts
index 2bc4f50..3721ac0 100644
--- a/src/Images.ts
+++ b/src/Images.ts
@@ -153,7 +153,7 @@ export const IMGS = {
selector: {} as HTMLImageElement,
empty: {} as HTMLImageElement,
};
-export const URL = "/"
+export const URL = "/maks/szkola/apkKli/1942/"
// window.IMGS = IMGS;
export default async function loadAllImages() {
for (const key in IMGS) {