Skip to content

Commit

Permalink
fix: typst.ts from jsdelivr incompitable with wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaN3xus committed Oct 21, 2024
1 parent 78a7126 commit 0e3f735
Show file tree
Hide file tree
Showing 5 changed files with 6,110 additions and 3 deletions.
2 changes: 1 addition & 1 deletion typress/app/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>
<body>
<script type="module" src="/src/main.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/@myriaddreamin/typst.ts/dist/esm/contrib/all-in-one-lite.bundle.js" id="typst"></script>
<script type="module" src="/js/all-in-one-lite.bundle.js" id="typst"></script>
<script>
window.API_ROOT = "{{ api_root }}";
</script>
Expand Down
Loading

0 comments on commit 0e3f735

Please sign in to comment.