https://fkhadra.github.io/react-toastify/introduction
**utils/customAlert.ts
**를 가져와서 사용!
customAlert({
message: `${goodsName}(을)를 구매했어요!\\n테마변경 페이지에서 바로 적용해보세요.`,
linkLabel: "이동하기",
onClick: () => router.push("/profile/1/theme"),
});
선택사항(옵셔널 속성)
linkLabel: 바로가기 이름
onClick: 바로가기 클릭이벤트
() => router.push('경로명')