dressed_for_succes_store/frontend old/next.config.js
2025-03-11 22:42:30 +07:00

9 lines
144 B
JavaScript

/** @type {import('next').NextConfig} */
module.exports = {
output: "standalone",
images: {
domains: [],
unoptimized: true,
},
};