next.js/examples/with-docker-export-output/next.config.ts
next.config.ts11 lines165 B
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  output: "export",
  images: {
    unoptimized: true,
  },
};

export default nextConfig;
Quest for Codev2.0.0
/
SIGN IN