Remove wasm-opt from index.html
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2024-03-18 18:58:54 -04:00
parent f44833954d
commit e57cd2600e
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -10,7 +10,7 @@
<title>Isaac Mills's Portfolio</title>
<!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
<link data-trunk rel="rust" data-wasm-opt="2" />
<link data-trunk rel="rust" data-wasm-opt="0" />
<!-- 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 />