Skip to content

Commit

Permalink
dev: undo hardcoded code
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Nov 3, 2023
1 parent ab83378 commit 206d7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/cetz-editor/src/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type ModuleSource = 'local' | 'jsdelivr';
// @ts-ignore
// import renderer from '@myriaddreamin/typst-ts-renderer/pkg/typst_ts_renderer_bg.wasm?url';

window.$typst$moduleSource = 'local';
// window.$typst$moduleSource = 'local';

let moduleSource: ModuleSource = (window.$typst$moduleSource || 'jsdelivr') as any;

Expand Down

0 comments on commit 206d7c8

Please sign in to comment.