diff --git a/webpack/production.ts b/webpack/production.ts index a1af5a0f9..9139cab98 100644 --- a/webpack/production.ts +++ b/webpack/production.ts @@ -131,6 +131,11 @@ const configuration: Configuration = { '/socket', '/static', '/unsubscribe', + '/images', + '/favicon.ico', + '/apple-touch-icon.png', + '/browserconfig.xml', + '/robots.txt', ]; if (backendRoutes.some(path => pathname.startsWith(path)) || pathname.endsWith('/embed')) {