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