Skip to content

Commit

Permalink
Deploying to gh-pages from @ a869d8b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mrxiaozhuox committed Jun 4, 2024
1 parent d85969b commit 34b4c95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/dioxus/karaty.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ function __wbg_adapter_57(arg0, arg1, arg2) {
try {
_assertNum(arg0);
_assertNum(arg1);
wasm._dyn_core__ops__function__FnMut___A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h21207ec7d0f76f0c(arg0, arg1, addBorrowedObject(arg2));
wasm._dyn_core__ops__function__FnMut___A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h855d0e133a4d8aea(arg0, arg1, addBorrowedObject(arg2));
} finally {
heap[stack_pointer++] = undefined;
}
Expand Down
Binary file modified assets/dioxus/karaty_bg.wasm
Binary file not shown.
6 changes: 2 additions & 4 deletions karaty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ mode = "embedded-repository"
data = "karaty/data"

[data-source.local]
mode = "embedded-repository"
data = "karaty/data"
# mode = "custom-url"
# data = { url = "/data", index-file = "_index.json" }
mode = "custom-url"
data = { url = "/data", index-file = "_index.json" }

[navigation]

Expand Down

0 comments on commit 34b4c95

Please sign in to comment.