We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cbd3b commit 49606ceCopy full SHA for 49606ce
next.config.ts
@@ -17,6 +17,7 @@ const nextConfig: NextConfig = {
17
// Enabling it could improve image loading performance if the compatibility issues are resolved.
18
images: { unoptimized: true },
19
trailingSlash: true,
20
+ turbopack: {},
21
};
22
23
export default withBundleAnalyzer(withNextIntl(nextConfig));
src/i18n/ja/common.json
@@ -80,7 +80,7 @@
80
"mergedImage": "マージされた画像",
81
"downloadMergedImage": "マージされた画像をダウンロード",
82
"mergeError": "画像のマージ中にエラーが発生しました: ",
83
- "noImage": "画像が選択されていません"
+ "noImage": "画像が選択されていません"
84
}
85
86
0 commit comments