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