diff --git a/__brick__/web/index.html b/__brick__/web/index.html
index cb1c2d6..4fe615d 100644
--- a/__brick__/web/index.html
+++ b/__brick__/web/index.html
@@ -156,7 +156,7 @@
const manifest = await response.json();
const assets = Object.values(manifest)
.map((list) => list.map((url) => 'assets/' + url))
- .reduce((arr, curr) => [...arr, ...curr]);
+ .reduce((arr, curr) => [...arr, ...curr], []);
beginPreloading(assets);
});