Skip to content

Commit

Permalink
Next config 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanderInacio committed Sep 6, 2022
1 parent 1226fa6 commit 4290a8a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
}

module.exports = {
images: {
domains: ["storage.googleapis.com"]
},
nextConfig,
swcMinify: true,
}

module.exports = nextConfig

0 comments on commit 4290a8a

Please sign in to comment.