Skip to content

Commit e88a93d

Browse files
committed
Fix Dioxus base_path for custom domain deployment.
1 parent 4cf486d commit e88a93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dioxus.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ out_dir = "dist"
44
[web.app]
55

66
# HTML title tag content
7-
title = "solo-chess-solver"
8-
base_path = "solo-chess-solver"
7+
title = "Solo-Chess Solver"
8+
base_path = "/"
99

1010
# include `assets` in web platform
1111
[web.resource]

0 commit comments

Comments
 (0)