turkmen-expo/next.config.mjs

8 lines
146 B
JavaScript
Raw Normal View History

2025-10-12 17:42:17 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
images: { unoptimized: true },
distDir: "build",
};
export default nextConfig;