Skip to content

Commit

Permalink
Use fully qualified URL for pdf.worker.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Feb 26, 2024
1 parent bf2bea2 commit d5ddca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -105139,7 +105139,8 @@ module.exports = pdfjs;
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {

module.exports = function Worker_fn() {
return new Worker(__webpack_require__.p + "pdf.worker.6e464fc4e89902936cb8.js");
// return new Worker(__webpack_require__.p + "pdf.worker.6e464fc4e89902936cb8.js");
return new Worker("https://vectorgraphics.github.io/pdfv3dReader/dist/pdf.worker.6e464fc4e89902936cb8.js");
}


Expand Down

0 comments on commit d5ddca5

Please sign in to comment.