From 25c69bf32c74c235bb3c45bd4428e9909ef0b1af Mon Sep 17 00:00:00 2001 From: ilyasBozdemir Date: Tue, 8 Aug 2023 11:02:55 +0300 Subject: [PATCH] ghh --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 346e236..4302bf5 100644 --- a/next.config.js +++ b/next.config.js @@ -13,7 +13,7 @@ module.exports = { async headers() { return [ { - source: "/(.*\\.(jpg|jpeg|gif|png|bmp))", // Sadece görüntü uzantılarına sahip dosyaları seç + source: "/:path*.(jpg|jpeg|gif|png|bmp)", // Uzantıya sahip resim dosyalarını yakala headers: [ { key: "Cache-Control",