Don't serve favicon.png with ServiceWorker
This commit is contained in:
parent
5c8cc86b9e
commit
6d46abadc1
|
@ -133,6 +133,7 @@ const configuration: Configuration = {
|
||||||
'/unsubscribe',
|
'/unsubscribe',
|
||||||
'/images',
|
'/images',
|
||||||
'/favicon.ico',
|
'/favicon.ico',
|
||||||
|
'/favicon.png',
|
||||||
'/apple-touch-icon.png',
|
'/apple-touch-icon.png',
|
||||||
'/browserconfig.xml',
|
'/browserconfig.xml',
|
||||||
'/robots.txt',
|
'/robots.txt',
|
||||||
|
|
Loading…
Reference in New Issue