diff --git a/next.config.ts b/next.config.ts index 46bddb1..e7d3a5f 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,13 +1,10 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - output: 'export' -}; - -module.exports = { + output: 'export', images: { unoptimized: true, }, }; -export default nextConfig; +export default nextConfig; \ No newline at end of file