mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 14:30:29 +03:00 
			
		
		
		
	Fix pdf opening (#1732)
This commit is contained in:
		
							parent
							
								
									fe2332ee87
								
							
						
					
					
						commit
						cd5d8e1c20
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -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',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue