wedding-platform / next.config.js
imeshuek's picture
Upload next.config.js
d32c530 verified
raw
history blame contribute delete
157 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
images: {
unoptimized: true,
},
}
module.exports = nextConfig