divergent_creativity_test / next.config.mjs
Srikanth, Phani
Added to space
b9aa460
raw
history blame contribute delete
173 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
trailingSlash: true,
images: {
unoptimized: true
}
};
export default nextConfig;