Skip to content

Commit

Permalink
change to relative path for pdfdist (experiment)
Browse files Browse the repository at this point in the history
  • Loading branch information
edeleastar committed Dec 5, 2024
1 parent 07f667f commit fdfbb0e
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 fdfbb0e

Please sign in to comment.