diff --git a/serve.json b/serve.json index 7ee5334b..e1f6541e 100644 --- a/serve.json +++ b/serve.json @@ -8,6 +8,15 @@ "value": "no-cache" } ] + }, + { + "source": "**/*.avif", + "headers": [ + { + "key": "Content-Type", + "value": "image/avif" + } + ] } ], "redirects": [{ "source": "/editor", "destination": "/" }]