6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
const nextConfig = {
|
|
output: "export",
|
|
images: { unoptimized: true }
|
|
};
|
|
export default nextConfig;
|