Skip to content

Commit

Permalink
Merge pull request #880 from tutors-sdk/refactor/ux-taxonomy
Browse files Browse the repository at this point in the history
change to relative path for pdfdist (experiment)
  • Loading branch information
edeleastar authored Dec 5, 2024
2 parents 9a4b538 + fdfbb0e commit 6b8ccdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ui/learning-objects/content/Talk.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import { setupWorker } from "./support/pdf-utils";
import Icon from "$lib/ui/components/Icon.svelte";
pdfjs.GlobalWorkerOptions.workerSrc = "/node_modules/pdfjs-dist/build/pdf.worker.min.mjs";
pdfjs.GlobalWorkerOptions.workerSrc = "./node_modules/pdfjs-dist/build/pdf.worker.min.mjs";
interface Props {
lo: Talk;
Expand Down

0 comments on commit 6b8ccdf

Please sign in to comment.