diff --git a/next.config.ts b/next.config.ts index c7ff76d..8c8d32d 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,8 +2,9 @@ import type { NextConfig } from "next"; import createNextIntlPlugin from "next-intl/plugin"; const nextConfig: NextConfig = { - output: 'standalone', + output: 'export', images: { + unoptimized: true, remotePatterns: [ { protocol: "https",