Skip to content

Commit f277a68

Browse files
author
mingeun.kim
committed
fix: cdn 주소 ncp 버켓으로 변경
1 parent 52f963b commit f277a68

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/main/resources/templates/password_reset_mail.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
style="max-width: 1000px; margin-left: auto; margin-right: auto;"
1111
width="100%">
1212
<tr>
13-
<td style="background-image: url('https://cdn.madii.kr/email_background_header.png'); background-size: cover; height: 258px; border-radius: 14px 14px 0 0;">
13+
<td style="background-image: url('https://kr.object.ncloudstorage.com/madii-resources/email_background_header.png'); background-size: cover; height: 258px; border-radius: 14px 14px 0 0;">
1414
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
1515
<tr>
1616
<td align="right" style="padding: 168px 40px 40px;">
1717
<span style="color: white; font-family: 'Pretendard', sans-serif; font-weight: 700; font-size: 16px;">
1818
바쁜 일상 속 나만의 일시정지 버튼
1919
</span>
20-
<img alt="MADII" height="53" src="https://cdn.madii.kr/madii_logo_text.png"
20+
<img alt="MADII" height="53" src="https://kr.object.ncloudstorage.com/madii-resources/madii_logo_text.png"
2121
style="display: block; margin-top: 18px;"
2222
width="379.34">
2323
</td>
@@ -41,7 +41,7 @@ <h1 style="color: black; font-size: 28px; font-weight: 700; margin-top: 27px; ma
4141
</td>
4242
</tr>
4343
<tr>
44-
<td style="background-image: url('https://cdn.madii.kr/email_background_footer.png'); background-size: cover; height: 120px; border-radius: 0 0 14px 14px;">
44+
<td style="background-image: url('https://kr.object.ncloudstorage.com/madii-resources/email_background_footer.png'); background-size: cover; height: 120px; border-radius: 0 0 14px 14px;">
4545
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
4646
<tr>
4747
<td style="padding: 43px 0 0 40px;">
@@ -50,7 +50,7 @@ <h1 style="color: black; font-size: 28px; font-weight: 700; margin-top: 27px; ma
5050
</span>
5151
</td>
5252
<td align="right" style="padding: 26px 40px 0;">
53-
<img alt="MADII Logo" height="54" src="https://cdn.madii.kr/madii_logo_image.png" width="54">
53+
<img alt="MADII Logo" height="54" src="https://kr.object.ncloudstorage.com/madii-resources/madii_logo_image.png" width="54">
5454
</td>
5555
</tr>
5656
</table>

src/main/resources/templates/sign_up_mail.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 1000px; margin-left: auto; margin-right: auto;"
1010
width="100%">
1111
<tr>
12-
<td style="background-image: url('https://cdn.madii.kr/email_background_header.png'); background-size: cover; height: 258px; border-radius: 14px 14px 0 0;">
12+
<td style="background-image: url('https://kr.object.ncloudstorage.com/madii-resources/email_background_header.png'); background-size: cover; height: 258px; border-radius: 14px 14px 0 0;">
1313
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
1414
<tr>
1515
<td align="right" style="padding: 168px 40px 40px;">
1616
<span style="color: white; font-family: 'Pretendard', sans-serif; font-weight: 700; font-size: 16px;">
1717
바쁜 일상 속 나만의 일시정지 버튼
1818
</span>
19-
<img alt="MADII" height="53" src="https://cdn.madii.kr/madii_logo_text.png" style="display: block; margin-top: 18px;"
19+
<img alt="MADII" height="53" src="https://kr.object.ncloudstorage.com/madii-resources/madii_logo_text.png" style="display: block; margin-top: 18px;"
2020
width="379.34">
2121
</td>
2222
</tr>
@@ -39,7 +39,7 @@ <h1 style="color: black; font-size: 28px; font-weight: 700; margin-top: 27px; ma
3939
</td>
4040
</tr>
4141
<tr>
42-
<td style="background-image: url('https://cdn.madii.kr/email_background_footer.png'); background-size: cover; height: 120px; border-radius: 0 0 14px 14px;">
42+
<td style="background-image: url('https://kr.object.ncloudstorage.com/madii-resources/email_background_footer.png'); background-size: cover; height: 120px; border-radius: 0 0 14px 14px;">
4343
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
4444
<tr>
4545
<td style="padding: 43px 0 0 40px;">
@@ -48,7 +48,7 @@ <h1 style="color: black; font-size: 28px; font-weight: 700; margin-top: 27px; ma
4848
</span>
4949
</td>
5050
<td align="right" style="padding: 26px 40px 0;">
51-
<img alt="MADII Logo" height="54" src="https://cdn.madii.kr/madii_logo_image.png" width="54">
51+
<img alt="MADII Logo" height="54" src="https://kr.object.ncloudstorage.com/madii-resources/madii_logo_image.png" width="54">
5252
</td>
5353
</tr>
5454
</table>

0 commit comments

Comments
 (0)