Skip to content

Commit

Permalink
Merge pull request #14 from blockscout/add-new-domain
Browse files Browse the repository at this point in the history
Add new domain for images
  • Loading branch information
maxaleks authored Nov 21, 2024
2 parents 24e5b0d + e30bffa commit f886a5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -2,7 +2,10 @@
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['uploads-ssl.webflow.com'],
domains: [
'uploads-ssl.webflow.com',
'cdn.prod.website-files.com',
],
},
webpack(config) {
const fileLoaderRule = config.module.rules.find(

0 comments on commit f886a5f

Please sign in to comment.