Skip to content

Commit 5dfef51

Browse files
committed
accidentally set serve static files to false
1 parent ed02ff9 commit 5dfef51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async def forward_to_index(request):
5252

5353

5454
PerClientStateServer(
55-
component, {"serve_static_files": False, "url_prefix": "/_idom"}
55+
component, {"redirect_root_to_index": False, "url_prefix": "/_idom"}
5656
).register(app)
5757

5858

0 commit comments

Comments
 (0)