image-to-code/next.config.js
2023-12-03 12:22:47 +01:00

7 lines
116 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig