build/trunk: fix WASM build

This commit is contained in:
Alain Emilia Anna Zscheile 2024-11-22 17:24:03 +01:00
parent cbd3c77821
commit adc1852b46
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<head> <head>
<title>Topola PCB router</title> <title>Topola PCB router</title>
<link data-trunk rel="rust" data-bin="topola-egui" data-cargo-features="egui" data-wasm-opt="2" /> <link data-trunk rel="rust" href="crates/topola-egui/" data-bin="topola-egui" data-wasm-opt="2" />
<!-- this is the base url relative to which other urls will be constructed. trunk will insert this from the public-url option --> <!-- this is the base url relative to which other urls will be constructed. trunk will insert this from the public-url option -->
<base data-trunk-public-url /> <base data-trunk-public-url />