feat: setup Next.js frontend structure
This commit is contained in:
8
frontend/next.config.js
Normal file
8
frontend/next.config.js
Normal file
@ -0,0 +1,8 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
// 他のカスタム設定をここに追加
|
||||
};
|
||||
|
||||
export default nextConfig;
|
Reference in New Issue
Block a user