Skip to content

Commit

Permalink
add new domain for images
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks committed Nov 21, 2024
1 parent 24e5b0d commit e30bffa
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
Expand Up @@ -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(
Expand Down

0 comments on commit e30bffa

Please sign in to comment.