diff --git a/next.config.js b/next.config.js index 5068cff..389c5ae 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ }) module.exports = withBundleAnalyzer({ - images: { - domains: ['ssfy.io'] - } + // images: { + // domains: ['ssfy.io'] + // } })