diff --git a/.yarn/cache/@esbuild-darwin-arm64-npm-0.17.19-64d69299ed-10.zip b/.yarn/cache/@esbuild-darwin-arm64-npm-0.17.19-64d69299ed-10.zip new file mode 100644 index 00000000..a8f1e57e Binary files /dev/null and b/.yarn/cache/@esbuild-darwin-arm64-npm-0.17.19-64d69299ed-10.zip differ diff --git a/.yarn/cache/@esbuild-darwin-arm64-npm-0.18.20-00b3504077-10.zip b/.yarn/cache/@esbuild-darwin-arm64-npm-0.18.20-00b3504077-10.zip new file mode 100644 index 00000000..fe099945 Binary files /dev/null and b/.yarn/cache/@esbuild-darwin-arm64-npm-0.18.20-00b3504077-10.zip differ diff --git a/.yarn/cache/@next-swc-darwin-arm64-npm-13.4.19-fca715fb2a-10.zip b/.yarn/cache/@next-swc-darwin-arm64-npm-13.4.19-fca715fb2a-10.zip new file mode 100644 index 00000000..ff788d1c Binary files /dev/null and b/.yarn/cache/@next-swc-darwin-arm64-npm-13.4.19-fca715fb2a-10.zip differ diff --git a/.yarn/cache/@swc-core-darwin-arm64-npm-1.3.99-8536dce105-10.zip b/.yarn/cache/@swc-core-darwin-arm64-npm-1.3.99-8536dce105-10.zip new file mode 100644 index 00000000..6eb0aad2 Binary files /dev/null and b/.yarn/cache/@swc-core-darwin-arm64-npm-1.3.99-8536dce105-10.zip differ diff --git a/next.config.js b/next.config.js index 1d7d5694..08681478 100644 --- a/next.config.js +++ b/next.config.js @@ -7,11 +7,6 @@ const nextConfig = { }, images: { remotePatterns: [ - { - protocol: 'https', - hostname: 'kr.object.ncloudstorage.com', - port: '', - }, { protocol: 'https', hostname: 'image.10mm.today', diff --git a/src/msw/handlers/feed.ts b/src/msw/handlers/feed.ts index f38b37b8..8f0b399c 100644 --- a/src/msw/handlers/feed.ts +++ b/src/msw/handlers/feed.ts @@ -14,7 +14,7 @@ const getFeedResponse = { name: '미션4', remark: '이 화면 작업중이에용', nickname: '도모', - recordImageUrl: 'https://kr.object.ncloudstorage.com/10mm-images/dev/mission_record/20/image.png', + recordImageUrl: 'https://image.10mm.today/dev/mission_record/20/image.png', profileImage: null, duration: 14, sinceDay: 13, @@ -27,7 +27,7 @@ const getFeedResponse = { recordId: 27, name: '미션5', remark: '이 화면 작업중이에용', - recordImageUrl: 'https://kr.object.ncloudstorage.com/10mm-images/dev/mission_record/20/image.png', + recordImageUrl: 'https://image.10mm.today/dev/mission_record/20/image.png', nickname: '도모', profileImage: null, @@ -44,7 +44,7 @@ const getFeedResponse = { remark: null, nickname: '도모', profileImage: null, - recordImageUrl: 'https://kr.object.ncloudstorage.com/10mm-images/dev/mission_record/20/image.png', + recordImageUrl: 'https://image.10mm.today/dev/mission_record/20/image.png', duration: 12, sinceDay: 34, diff --git a/src/msw/handlers/follow.ts b/src/msw/handlers/follow.ts index c393f5fa..7c6d95e1 100644 --- a/src/msw/handlers/follow.ts +++ b/src/msw/handlers/follow.ts @@ -9,12 +9,12 @@ const getFollowMembersResponse = { { memberId: 2, nickname: '도모', - profileImageUrl: 'https://kr.object.ncloudstorage.com/10mm-images/local/member_profile/1/image.jpeg', + profileImageUrl: 'https://image.10mm.today/local/member_profile/1/image.jpeg', }, { memberId: 4, nickname: '동민이', - profileImageUrl: 'https://kr.object.ncloudstorage.com/10mm-images/local/member_profile/1/image.jpeg', + profileImageUrl: 'https://image.10mm.today/local/member_profile/1/image.jpeg', }, ], timestamp: '2024-01-24T00:53:03.643373', diff --git a/src/pages/onboarding/onboarding.constants.ts b/src/pages/onboarding/onboarding.constants.ts index c5ffefed..6e196cd9 100644 --- a/src/pages/onboarding/onboarding.constants.ts +++ b/src/pages/onboarding/onboarding.constants.ts @@ -8,13 +8,13 @@ export const RECOMMENDATION = [ { id: 16, nickname: '123', - profileImageUrl: 'https://kr.object.ncloudstorage.com/10mm-images/dev/member_profile/16/image.jpeg', + profileImageUrl: 'https://image.10mm.today/dev/member_profile/16/image.jpeg', tags: ['#카페출근', '#출근독서', '#스타벅스'], }, { id: 15, nickname: '1212333331212', - profileImageUrl: 'https://kr.object.ncloudstorage.com/10mm-images/dev/member_profile/15/image.jpeg', + profileImageUrl: 'https://image.10mm.today/dev/member_profile/15/image.jpeg', tags: ['#카페출근', '#출근독서', '#스타벅스'], }, ];