We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9740edc commit 57a3dc0Copy full SHA for 57a3dc0
next.config.mjs
@@ -35,7 +35,7 @@ const nextConfig = withPWA({
35
images: {
36
domains: [
37
'github.com',
38
- 'billilge-resources.s3.us-west-2.amazonaws.com', // S3 이미지 도메인 추가
+ 'minio-api.billilge.site', // 파일서버 이미지 도메인 추가
39
],
40
dangerouslyAllowSVG: true,
41
contentSecurityPolicy: "default-src 'self'; img-src 'self' data: https:;",
0 commit comments