Add report.html to sw ignore list
This commit is contained in:
parent
fa892ff906
commit
9b65f04f57
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ const configuration: Configuration = {
|
|||
'/apple-touch-icon.png',
|
||||
'/browserconfig.xml',
|
||||
'/robots.txt',
|
||||
'/report.html',
|
||||
];
|
||||
|
||||
if (backendRoutes.some(path => pathname.startsWith(path)) || pathname.endsWith('/embed')) {
|
||||
|
|
Loading…
Reference in a new issue