Skip to content

Commit

Permalink
config isnt good fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoGytis committed Jan 25, 2024
1 parent 0abd44d commit e3fe642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: "export",
// images: { unoptimized: true },

};

module.exports = nextConfig;
2 changes: 2 additions & 0 deletions src/app/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<p>
{/* // 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,
Expand Down

0 comments on commit e3fe642

Please sign in to comment.