Skip to content

Commit

Permalink
ghh
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasbozdemir committed Aug 8, 2023
1 parent d9e36aa commit 25c69bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit 25c69bf

@vercel
Copy link

@vercel vercel bot commented on 25c69bf Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.