diff --git a/api/frankenphp/Caddyfile b/api/frankenphp/Caddyfile index a930324eeb..e3e7e5ee6c 100644 --- a/api/frankenphp/Caddyfile +++ b/api/frankenphp/Caddyfile @@ -77,6 +77,7 @@ ) ) || path('/favicon.ico', '/manifest.json', '/robots.txt', '/sitemap*', '/_next*', '/__next*') + || path('*.png', '*.jpg', '*.jpeg', '*.gif', '*.svg', '*.ico', '*.webp', '*.bmp') || query({'_rsc': '*'})` # Comment the following line if you don't want Next.js to catch requests for HTML documents.