Skip to content

Commit

Permalink
chore: fleek config
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcito committed Dec 25, 2023
1 parent 56c37d4 commit f75e6d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
reactStrictMode: true,
typescript: {
ignoreBuildErrors: process.env.NEXT_PUBLIC_IGNORE_BUILD_ERROR === 'true',
Expand All @@ -13,6 +14,9 @@ const nextConfig = {
config.resolve.fallback = { fs: false, net: false, tls: false }
return config
},
images: {
unoptimized: true,
},
}

module.exports = nextConfig

0 comments on commit f75e6d4

Please sign in to comment.