Skip to content

Commit

Permalink
🔧 chore: Log fetch cache info (#5759)
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Feb 5, 2025
1 parent d330c2e commit 283157a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ const nextConfig: NextConfig = {
},
];
},
logging: {
fetches: {
fullUrl: true,
hmrRefreshes: true,
},
},
output: buildWithDocker ? 'standalone' : undefined,
reactStrictMode: true,
redirects: async () => [
Expand Down

0 comments on commit 283157a

Please sign in to comment.