/** @type {import('next').NextConfig} */
const nextConfig = {
images: { unoptimized: true },
distDir: "build",
};
export default nextConfig;