Merge branch 'sw-favicon' into 'develop'
Don't serve favicon.png with ServiceWorker See merge request soapbox-pub/soapbox!2042
This commit is contained in:
commit
35d9863f42
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue