Skip to content

Commit a6d7927

Browse files
committed
Updates
1 parent 95cce1b commit a6d7927

25 files changed

+25
-25
lines changed

posts/Browser/browser-debugging-tricks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "브라우저가 알려주지 않는 67가지 이상한 디버깅 트릭 (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/Browser/assets/browser-debugging-tricks.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/Browser/assets/browser-debugging-tricks.webp"
2828
],
2929

3030
"datePublished": "2024-01-09T00:00:00+09:00",

posts/Browser/send-an-http-request-on-page-exit.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "사용자가 페이지를 떠날 때 안정적으로 HTTP 요청 보내기 (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/Browser/assets/send-an-http-request-on-page-exit.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/Browser/assets/send-an-http-request-on-page-exit.webp"
2828
],
2929

3030
"datePublished": "2022-11-21T00:00:00+09:00",

posts/DesignPattern/builder-pattern-exploration.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "빌더 패턴 탐구(번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/builder-pattern.png",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/builder-pattern.png"
2828
],
2929

3030
"datePublished": "2023-01-01T00:00:00+09:00",

posts/JavaScript/breaking-up-with-svg-in-js-in-2023.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "2023년 SVG-in-JS와 결별 (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/breaking-up-with-svg-in-js-in-2023.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/breaking-up-with-svg-in-js-in-2023.webp"
2828
],
2929

3030
"datePublished": "2023-08-21T00:00:00+09:00",

posts/JavaScript/building-a-spa-with-nextjs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "Next.js 와 React Router로 싱글 페이지 애플리케이션 만들기 | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/building-a-spa-with-nextjs.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/building-a-spa-with-nextjs.webp"
2828
],
2929

3030
"datePublished": "2023-05-26T00:00:00+09:00",

posts/JavaScript/coding-convention-1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "코딩 컨벤션 업무를 하며 알게 된 것들 - 1 | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/coding-convention.png",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/coding-convention.png"
2828
],
2929

3030
"datePublished": "2023-01-01T00:00:00+09:00",

posts/JavaScript/coding-convention-2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "코딩 컨벤션 업무를 하며 알게 된 것들 - 2 | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/coding-convention.png",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/coding-convention.png"
2828
],
2929

3030
"datePublished": "2023-01-01T00:00:00+09:00",

posts/JavaScript/diff-strategies.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "Diff 전략 (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/diff-strategies.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/diff-strategies.webp"
2828
],
2929

3030
"datePublished": "2023-12-14T00:00:00+09:00",

posts/JavaScript/es2023-new-array-copying-methods-javascript.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "ES2023에는 자바스크립트에 새로운 배열 복사 메서드가 도입됩니다. (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/es2023-new-array-copying-methods-javascript.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/es2023-new-array-copying-methods-javascript.webp"
2828
],
2929

3030
"datePublished": "2023-10-12T00:00:00+09:00",

posts/JavaScript/falsy-truthy.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "falsy & truthy | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/falsy-truthy.png",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/falsy-truthy.png"
2828
],
2929

3030
"datePublished": "2023-01-01T00:00:00+09:00",

posts/JavaScript/json-parser-with-javascript.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "JavaScript JSON 파서 (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/json-parser-with-javascript.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/json-parser-with-javascript.webp"
2828
],
2929

3030
"datePublished": "2022-12-12T00:00:00+09:00",

posts/JavaScript/node-module-on-browser.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "node 패키지 브라우저에서 사용하기 (with Webpack 4) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/webpack4.png",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/webpack4.png"
2828
],
2929

3030
"datePublished": "2023-01-01T00:00:00+09:00",

posts/JavaScript/reduce-html-payload-with-nextjs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "Next.js에서 HTML 페이로드 줄이기 (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/reduce-html-payload-with-nextjs.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/reduce-html-payload-with-nextjs.webp"
2828
],
2929

3030
"datePublished": "2023-01-31T00:00:00+09:00",

posts/JavaScript/return-null-vs-undefined.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "return undefined vs null | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/undefined-null.png",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/undefined-null.png"
2828
],
2929

3030
"datePublished": "2023-01-01T00:00:00+09:00",

posts/JavaScript/sharing-data-between-css-and-javascript-using-custom-properties.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "커스텀 프로퍼티를 이용해 CSS 와 자바스크립트 간 데이터 공유하기 | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/sharing-data-between-css-and-javascript-using-custom-properties.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/sharing-data-between-css-and-javascript-using-custom-properties.webp"
2828
],
2929

3030
"datePublished": "2023-05-02T00:00:00+09:00",

posts/JavaScript/should-you-really-use-usememo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "정말 리액트에서 useMemo를 사용해야 할까요? 알아봅시다. (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/should-you-really-use-usememo.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/should-you-really-use-usememo.webp"
2828
],
2929

3030
"datePublished": "2023-03-21T00:00:00+09:00",

posts/JavaScript/speeding-up-the-javascript-ecosystem-the-barrel-file-debacle.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "자바스크립트 에코시스템의 속도 향상 - 배럴(Barrel) 파일의 대실패 (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/speeding-up-the-javascript-ecosystem-the-barrel-file-debacle.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/speeding-up-the-javascript-ecosystem-the-barrel-file-debacle.webp"
2828
],
2929

3030
"datePublished": "2023-10-30T00:00:00+09:00",

posts/JavaScript/squeezing -last-bit-of-javascript-performance-for-my-automation-game.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "자동화 게임 극한까지 자바스크립트 성능 끌어올리기 (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/squeezing%20-last-bit-of-javascript-performance-for-my-automation-game.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/squeezing%20-last-bit-of-javascript-performance-for-my-automation-game.webp"
2828
],
2929

3030
"datePublished": "2024-02-22T00:00:00+09:00",

posts/JavaScript/static-html-export-i18n.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "Next.js에서 i18n과 호환성을 갖춘 정적 HTML Export (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/static-html-export-i18n.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/static-html-export-i18n.webp"
2828
],
2929

3030
"datePublished": "2023-07-25T00:00:00+09:00",

posts/JavaScript/using-keyword.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "타입스크립트 5.2의 새로운 키워드: 'using' (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/using-keyword.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/using-keyword.webp"
2828
],
2929

3030
"datePublished": "2023-07-06T00:00:00+09:00",

posts/JavaScript/well-known-symbols.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "Well-Known symbols (번역) | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/well-known-symbols.webp",
27+
"https://yeonjuan.github.io//dev-blog/posts/JavaScript/assets/well-known-symbols.webp"
2828
],
2929

3030
"datePublished": "2023-03-02T00:00:00+09:00",

posts/Review/2020-oss-contributhon.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "2020 OSS 컨트리뷰톤 멘티님들 후기 모음 | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/Review/assets/2020-oss-contributhon.png",
27+
"https://yeonjuan.github.io//dev-blog/posts/Review/assets/2020-oss-contributhon.png"
2828
],
2929

3030
"datePublished": "2023-01-01T00:00:00+09:00",

posts/Review/2024-retrospect.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "2024 회고 | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/Review/assets/2025-retrospect/pr-counts.png",
27+
"https://yeonjuan.github.io//dev-blog/posts/Review/assets/2025-retrospect/pr-counts.png"
2828
],
2929

3030
"datePublished": "2024-12-31T00:00:00+09:00",

posts/Review/hacktoberfest-2019.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "Hacktoberfest 2019 참가 후기 | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/Review/assets/hacktoberfest2019/profile.png",
27+
"https://yeonjuan.github.io//dev-blog/posts/Review/assets/hacktoberfest2019/profile.png"
2828
],
2929

3030
"datePublished": "2023-01-01T00:00:00+09:00",

posts/Review/js-13k-2019.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@type": "BlogPosting",
2525
"headline": "Js13kGames 2019 참가 후기 | DevBlog",
2626
"image": [
27-
"https://yeonjuan.github.io//dev-blog/posts/Review/assets/js13k2019/thumbnail.jpg",
27+
"https://yeonjuan.github.io//dev-blog/posts/Review/assets/js13k2019/thumbnail.jpg"
2828
],
2929

3030
"datePublished": "2023-01-01T00:00:00+09:00",

0 commit comments

Comments
 (0)