glass/pickleglass_web/next.config.js
2025-07-04 14:31:04 +09:00

10 lines
191 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
output: 'export',
images: { unoptimized: true },
}
module.exports = nextConfig