From 79e7a52fca1775072abde36282fecfb53ddc00a6 Mon Sep 17 00:00:00 2001 From: M1kola Date: Tue, 28 Jan 2025 16:09:09 +0300 Subject: [PATCH] static --- next.config.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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