Skip to content

Commit 4a74c80

Browse files
committed
feat: image, async babel setting
1 parent 7f7230c commit 4a74c80

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"importSource": "@emotion/react"
1111
}
1212
}
13-
],
14-
"@babel/preset-env"
13+
]
14+
// "@babel/preset-env"
1515
],
1616
"plugins": [
1717
// "inline-react-svg",

next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ const nextConfig = {
44
eslint: {
55
ignoreDuringBuilds: true,
66
},
7+
images: {
8+
domains: ['sopt-makers.s3.ap-northeast-2.amazonaws.com'],
9+
},
710
};
811

912
module.exports = nextConfig;

0 commit comments

Comments
 (0)