Skip to content

Commit

Permalink
fix: Storage Image Url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed May 30, 2024
1 parent 30b78c7 commit 6fbfa45
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const nextConfig = {
remotePatterns: [
{
protocol: 'https',
hostname: 'kr.object.ncloudstorage.com',
// Cloudfront URL
hostname: 'd34pqvj560nej5.cloudfront.net',
port: '',
},
{
Expand Down
6 changes: 3 additions & 3 deletions src/msw/handlers/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/msw/handlers/follow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions src/pages/onboarding/onboarding.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: ['#카페출근', '#출근독서', '#스타벅스'],
},
];
Expand Down

0 comments on commit 6fbfa45

Please sign in to comment.