Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 5d5a109

Browse files
committed
Fixes for broken images
1 parent f20efbc commit 5d5a109

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### <p align="center"><img width="150px" height="150px" src="https://raw.githubusercontent.com/code-kotis/barcode-scanner/master/logo.png"></p>
1+
### <p align="center"><img width="150px" height="150px" src="https://raw.githubusercontent.com/code-kotis/barcode-scanner/master/app/images/touch/android-chrome-192x192.png"></p>
22

33
# [QR Code Scanner](https://qrcodescan.in)
44

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if (process.env.NODE_ENV === 'production') {
8888
AppCache: false,
8989
publicPath: '/',
9090
excludes: ['*.txt', '*.svg', 'CNAME', '**/.DS_Store', 'images/*.*', 'images/touch/*.*', 'images/touch/*.*', '**/*.map'],
91-
externals: ['images/touch/favicon.ico', 'images/touch/apple-touch-icon.jpg', 'images/touch/android-chrome-512x512.png', 'images/touch/android-chrome-192x192.png']
91+
externals: ['images/touch/favicon.ico', 'images/touch/favicon-16x16.png', 'images/touch/favicon-32x32.png', 'images/touch/apple-touch-icon.jpg', 'images/touch/android-chrome-512x512.png', 'images/touch/android-chrome-192x192.png', '/decoder.min.js']
9292
})
9393
);
9494
config.plugins.push(

0 commit comments

Comments
 (0)