mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-13 21:37:18 +00:00
Merge pull request #7130 from overleaf/ae-pdfjs-paths
Fix paths for pdf.js cmaps and images GitOrigin-RevId: 9faeb3288e0a620653ecdaac2ef2a628d47a3eb8
This commit is contained in:
parent
0dcdc511a9
commit
37c1b59c95
1 changed files with 2 additions and 2 deletions
|
@ -326,10 +326,10 @@ module.exports = {
|
|||
// and static images from pdfjs-dist package to build output.
|
||||
|
||||
return [
|
||||
{ from: `${dir}/cmaps`, to: `js/${dir}/cmaps` },
|
||||
{ from: `${dir}/cmaps`, to: `js/${version}/cmaps` },
|
||||
{
|
||||
from: `${dir}/legacy/web/images`,
|
||||
to: `images/${dir}`,
|
||||
to: `images/${version}`,
|
||||
},
|
||||
]
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue