Skip to content

Commit 6e0c76b

Browse files
Remove AVIF MIME type special-casing (v8#506)
Now that Firebase Hosting includes AVIF MIME types in its default configuration, we no longer need to manually configure this.
1 parent 04186bf commit 6e0c76b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

firebase.json

-9
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,6 @@
132132
}
133133
]
134134
},
135-
{
136-
"source": "**/*.avif",
137-
"headers": [
138-
{
139-
"key": "Content-Type",
140-
"value": "image/avif"
141-
}
142-
]
143-
},
144135
{
145136
"source": "**/*.@(jpg|gif|png|webp|avif|svg|ico|webmanifest)",
146137
"headers": [

0 commit comments

Comments
 (0)