토스트 메시지 커스텀

https://fkhadra.github.io/react-toastify/introduction

**utils/customAlert.ts**를 가져와서 사용!

customAlert({
	message: `${goodsName}(을)를 구매했어요!\\n테마변경 페이지에서 바로 적용해보세요.`,
	linkLabel: "이동하기",
	onClick: () => router.push("/profile/1/theme"),
});

선택사항(옵셔널 속성)