Skip to content

Commit

Permalink
Force image cache to 60sec
Browse files Browse the repository at this point in the history
  • Loading branch information
cr4yfish committed Aug 12, 2023
1 parent 27ead5e commit f1de372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const withPWA = require("next-pwa")({
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
minimumCacheTTL: 60,
remotePatterns: [
{
protocol: "https",
Expand Down

0 comments on commit f1de372

Please sign in to comment.