From e3fe642273c79e5bd746d129744bdcf2090962cc Mon Sep 17 00:00:00 2001 From: leogytis Date: Thu, 25 Jan 2024 07:55:56 +0200 Subject: [PATCH] config isnt good fix --- next.config.js | 3 +-- src/app/components/About.tsx | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index 1d9fe13..07c7aff 100644 --- a/next.config.js +++ b/next.config.js @@ -2,8 +2,7 @@ * @type {import('next').NextConfig} */ const nextConfig = { - output: "export", - // images: { unoptimized: true }, + }; module.exports = nextConfig; diff --git a/src/app/components/About.tsx b/src/app/components/About.tsx index 9e7dac4..5b51aa5 100644 --- a/src/app/components/About.tsx +++ b/src/app/components/About.tsx @@ -5,6 +5,8 @@ const About: any = () => { className="flex flex-col gap-4 text-lg lg:p-6 mb-16 md:mb-20 hover_border" >

+ {/* // output: "export", + // images: { unoptimized: true }, */} I have experience developing web applications, from simple landing pages to progressive web applications. I strive to create software that not only functions efficiently under the hood, but also provides intuitive,