Skip to content

Commit 49606ce

Browse files
committed
Auto-save: Changed 3 lines in next.config.ts src/i18n/ja/common.json on 2025-07-13 20:11:49
1 parent e0cbd3b commit 49606ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const nextConfig: NextConfig = {
1717
// Enabling it could improve image loading performance if the compatibility issues are resolved.
1818
images: { unoptimized: true },
1919
trailingSlash: true,
20+
turbopack: {},
2021
};
2122

2223
export default withBundleAnalyzer(withNextIntl(nextConfig));

src/i18n/ja/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"mergedImage": "マージされた画像",
8181
"downloadMergedImage": "マージされた画像をダウンロード",
8282
"mergeError": "画像のマージ中にエラーが発生しました: ",
83-
"noImage": "画像が選択されていません"
83+
"noImage": "画像が選択されていません"
8484
}
8585
}
8686
}

0 commit comments

Comments
 (0)