Commit 8afbd5a2 authored by chechunchi's avatar chechunchi

fix

parent 12eaa63f
Pipeline #20729 passed with stages
in 15 minutes and 2 seconds
......@@ -83,7 +83,9 @@ const WaitRoom = () => {
await initStrings();
// 初始化wasm
await rustInit(new URL("rust_src_bg.wasm", import.meta.env.BASE_URL));
await rustInit(
new URL("rust_src_bg.wasm", `${import.meta.env.BASE_URL}assets`)
);
};
init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment