Skip to content

Commit

Permalink
Temp disabled image optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
cr4yfish committed Aug 12, 2023
1 parent efccb3d commit 5e879db
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 @@ -7,7 +7,7 @@ const withPWA = require("next-pwa")({
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
unoptimized: process.env.DISABLE_IMAGE_OPTIMIZATION === "true",
unoptimized: true,
minimumCacheTTL: 60,
remotePatterns: [
{
Expand Down

0 comments on commit 5e879db

Please sign in to comment.