diff --git a/next.config.mjs b/next.config.mjs index cd24d34..233f383 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,10 +1,11 @@ // @ts-check - + /** * @type {import('next').NextConfig} */ const nextConfig = { - output: 'export', + output: 'export', + images: { unoptimized: true }, } - + export default nextConfig \ No newline at end of file