Fix pdf opening (#1732)

This commit is contained in:
Krishan 2024-05-12 16:14:34 +10:00 committed by GitHub
parent fe425f7187
commit 872c847a3e

View file

@ -15,8 +15,9 @@ const copyFiles = {
dest: '', dest: '',
}, },
{ {
src: 'node_modules/pdfjs-dist/build/pdf.worker.min.js', src: 'node_modules/pdfjs-dist/build/pdf.worker.min.mjs',
dest: '', dest: '',
rename: 'pdf.worker.min.js',
}, },
{ {
src: 'netlify.toml', src: 'netlify.toml',