force the jxl loader code to point to the root dir of aria.coffee
Some checks failed
Deploy Astro site to Pages / Build (push) Has been cancelled
Docker Image CI / build (push) Has been cancelled
Deploy Astro site to Pages / Deploy (push) Has been cancelled

This commit is contained in:
Aria 2025-03-19 09:04:39 +11:00
parent dcd92d0d6a
commit fa9a8c2724
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
<link rel="prefetch" href="/jxl_dec.js" fetchpriority="high">
<link rel="prefetch" href="/jxl_dec.wasm" fetchpriority="high">
<script src="/jxl.min.js" type="text/javascript"></script>
<link rel="prefetch" href="https://aria.coffee/jxl_dec.js" fetchpriority="high">
<link rel="prefetch" href="https://aria.coffee/jxl_dec.wasm" fetchpriority="high">
<script src="https://aria.coffee/jxl.min.js" type="text/javascript"></script>