Skip to content

Commit

Permalink
test: disable minimize to test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaYch committed Sep 3, 2024
1 parent dacc28b commit e26c00d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
optimization: {
minimize: false,
},
images: {
remotePatterns: [
{
Expand Down
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
optimization: {
minimize: false,
},
images: {
remotePatterns: [
{
Expand Down

0 comments on commit e26c00d

Please sign in to comment.