fix: resolve build errors and warnings

This commit is contained in:
2025-06-04 10:38:49 +09:00
parent 98ac9056c8
commit d0b5c19a83
4 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
// 他のカスタム設定をここに追加
};