From 6d46abadc1850f52714b5450ca85b5749acbf408 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 27 Dec 2022 11:41:41 -0600 Subject: [PATCH] Don't serve favicon.png with ServiceWorker --- webpack/production.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack/production.ts b/webpack/production.ts index 9139cab981..9ee4cf0890 100644 --- a/webpack/production.ts +++ b/webpack/production.ts @@ -133,6 +133,7 @@ const configuration: Configuration = { '/unsubscribe', '/images', '/favicon.ico', + '/favicon.png', '/apple-touch-icon.png', '/browserconfig.xml', '/robots.txt',