From 23cc643036d2d8d557d26899b75025665319532a Mon Sep 17 00:00:00 2001 From: Alexandre Batistella Bellas Date: Tue, 28 May 2024 18:04:42 -0300 Subject: [PATCH] fix: change output type to export --- next.config.mjs | 4 +++- src/components/SectionInitial/index.tsx | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 1d61478..557ab87 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,4 +1,6 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { + output: 'export', +} export default nextConfig diff --git a/src/components/SectionInitial/index.tsx b/src/components/SectionInitial/index.tsx index e136399..8491307 100644 --- a/src/components/SectionInitial/index.tsx +++ b/src/components/SectionInitial/index.tsx @@ -18,6 +18,7 @@ export default function SectionInitial() { width={160} height={160} alt="Alexandre Batistella" + unoptimized />