fix favicon delivery and cache invalidation
This commit is contained in:
@@ -13,6 +13,7 @@ type MediaFileRouteProps = {
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
const CONTENT_TYPES: Record<string, string> = {
|
||||
".ico": "image/x-icon",
|
||||
".jpg": "image/jpeg",
|
||||
".jpeg": "image/jpeg",
|
||||
".png": "image/png",
|
||||
|
||||
Reference in New Issue
Block a user