Skip to content

Commit 26c6c5d

Browse files
committed
bruh
1 parent 1ed1b94 commit 26c6c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ def _run_frontend(self):
10081008
/ reflex.constants.Dirs.STATIC
10091009
)
10101010
error_page_map = {
1011-
404: web_root / "404" / "index.html",
1011+
404: web_root / "404.html",
10121012
}
10131013
with Subdir404TCPServer(
10141014
("", 0),

0 commit comments

Comments
 (0)