Skip to content

Commit

Permalink
fix: 상대경로 베이스 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
황상한(Web Frontend팀) committed Dec 2, 2023
1 parent 4669235 commit 72e6151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/temp/my-page-follower.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ export const MyPageFollower = [
label: 'New',
userIcon: 'user.png',
userName: '구찌 신세계 본점',
link: '/my-page/seller',
link: '/g-magazine-fe/my-page/seller',
},
{
imageSrc:
'https://image.newsis.com/2023/06/07/NISI20230607_0001283566_web.jpg',
label: 'New',
userIcon: 'user.png',
userName: '빈폴 의정부점',
link: '/my-page/seller',
link: '/g-magazine-fe/my-page/seller',
},
{
imageSrc:
'https://blog.kakaocdn.net/dn/bjvu0t/btrDPi80LlJ/FjZRVLqU8ezbh3vjcitXTk/img.png',
label: 'New',
userIcon: 'user.png',
userName: 'DIOR',
link: '/my-page/seller',
link: '/g-magazine-fe/my-page/seller',
},
];
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ export default defineConfig({
},
},
],
base: "./", // 상대 경로 설정
base: "/g-magazine-fe/", // 상대 경로 설정
});

0 comments on commit 72e6151

Please sign in to comment.