diff --git a/juno.config.ts b/juno.config.ts index d819596..dd36b56 100644 --- a/juno.config.ts +++ b/juno.config.ts @@ -9,6 +9,14 @@ const headers: StorageConfigHeader[] = [ source: "**/*.svg", headers: [["Cache-Control", "max-age=2592000"]] }, + { + source: "**/*.png", + headers: [["Cache-Control", "max-age=2592000"]] + }, + { + source: "**/*.webp", + headers: [["Cache-Control", "max-age=2592000"]] + }, { source: "/animations/**/*.lottie", headers: [["Cache-Control", "max-age=2592000"]]