We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e648091 commit 8783574Copy full SHA for 8783574
src/main.rs
@@ -1014,7 +1014,7 @@ fn main() {
1014
1015
#[cfg(debug_assertions)]
1016
frame.load_html(
1017
- read_to_string_bom(Path::new("./src/celemod-ui/debug_index.html"))
+ read_to_string_bom(Path::new("../../src/celemod-ui/debug_index.html"))
1018
.unwrap()
1019
.as_bytes(),
1020
Some("app://index.html"),
0 commit comments