Files
VoiceRSSSummary/frontend/next.config.js

9 lines
190 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
// 他のカスタム設定をここに追加
output: 'standalone',
};
export default nextConfig;