Skip to content

Commit c14aba1

Browse files
authored
Fix array concatenation in 404.html
1 parent c699ab7 commit c14aba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[
1212
"",
1313
"3.5.7",
14-
l.pathname.split("/").slice(2)
14+
...l.pathname.split("/").slice(2)
1515
].join("/")
1616
+
1717
l.hash;

0 commit comments

Comments
 (0)