This commit is contained in:
Travis Fischer
2021-01-18 22:25:28 -05:00
parent 6b2b3c5af7
commit 4a84e17c13

View File

@@ -5,7 +5,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
})
module.exports = withBundleAnalyzer({
images: {
domains: ['ssfy.io']
}
// images: {
// domains: ['ssfy.io']
// }
})