Skip to content

Commit

Permalink
fix: change output type to export
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBellas committed May 28, 2024
1 parent b7a38c7 commit 23cc643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
output: 'export',
}

export default nextConfig
1 change: 1 addition & 0 deletions src/components/SectionInitial/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function SectionInitial() {
width={160}
height={160}
alt="Alexandre Batistella"
unoptimized
/>
</div>
<div className="container text-center">
Expand Down

0 comments on commit 23cc643

Please sign in to comment.