summaryrefslogtreecommitdiff
path: root/build.ts
diff options
context:
space:
mode:
Diffstat (limited to 'build.ts')
-rw-r--r--build.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.ts b/build.ts
index f399999..3605b42 100644
--- a/build.ts
+++ b/build.ts
@@ -31,7 +31,7 @@ for (const f of wies) {
}
const define = {
- WIES: JSON.stringify(wies.map((wie) => wie.replace(" ", "%20"))),
+ WIES: JSON.stringify(wies.map((wie) => wie.replaceAll(" ", "%20"))),
WIE_DIR: JSON.stringify("static/teawie"),
};