Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 0 additions & 5 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ const nextConfig = {
},
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'kr.object.ncloudstorage.com',
port: '',
},
{
protocol: 'https',
hostname: 'image.10mm.today',
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