Skip to content

Commit b89a3f7

Browse files
committed
feat(about): 링크 수정
1 parent e5e2a84 commit b89a3f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e/__snapshots__/about.spec.ts/desktop/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ <h2 class="tracking-tight mr-6 text-xl mt-2.5">
18141814
<div class="w-full">
18151815
<a
18161816
class="underline-highlight-fade-dark print:text-black print:underline print:decoration-2"
1817-
href="https://techblog.woowa.in/23866"
1817+
href="https://techblog.woowahan.com/23866"
18181818
rel="noopener noreferrer"
18191819
target="_blank"
18201820
>Vite에서 CSS 우선순위를 지키는 법: 우아한공방의 문제 해결기</a

e2e/__snapshots__/about.spec.ts/mobile/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ <h2 class="tracking-tight mr-6 text-xl mt-2.5">
18141814
<div class="w-full">
18151815
<a
18161816
class="underline-highlight-fade-dark print:text-black print:underline print:decoration-2"
1817-
href="https://techblog.woowa.in/23866"
1817+
href="https://techblog.woowahan.com/23866"
18181818
rel="noopener noreferrer"
18191819
target="_blank"
18201820
>Vite에서 CSS 우선순위를 지키는 법: 우아한공방의 문제 해결기</a

src/features/about/activity/data/magazine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ActivityType } from '~/about/activity/models';
44
export const magazine: Activity[] = [
55
{
66
name: 'Vite에서 CSS 우선순위를 지키는 법: 우아한공방의 문제 해결기',
7-
url: 'https://techblog.woowa.in/23866',
7+
url: 'https://techblog.woowahan.com/23866',
88
startDate: 1763046000000,
99
endDate: 1763132400000,
1010
},

0 commit comments

Comments
 (0)