Skip to content

Commit abc1d8a

Browse files
lee-ji-soo-v2lee-ji-soo-v2
andauthored
Feature/debug6 (#556)
* Update shared configuration for debugging fundamentals: change default title and description in meta tags. * Remove participation period and prize notification details from event.md for clarity. * Update default title for debugging fundamentals in shared configuration. --------- Co-authored-by: lee-ji-soo-v2 <lee-ji-soo-v2@naver.com>
1 parent 45bf81d commit abc1d8a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

fundamentals/debug/.vitepress/shared.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ export const sharedConfig = defineConfig({
5959
transformHead: ({ pageData }) => {
6060
const head: HeadConfig[] = [];
6161
const title =
62-
pageData.frontmatter.title || pageData.title || "Bundling Fundamentals";
62+
pageData.frontmatter.title || pageData.title || "Debug fundamentals";
6363
const description =
6464
pageData.frontmatter.description ||
6565
pageData.description ||
66-
"Practical Guide to Efficient Frontend Bundling";
66+
"Practical Guide to Efficient Frontend Debug";
6767

6868
head.push(["meta", { property: "og:title", content: title }]);
6969
head.push(["meta", { property: "og:description", content: description }]);

fundamentals/debug/pages/event.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55
![](../images/event/event-t-shirt.png){width=200}
66

7-
## 참여 기간
8-
9-
10/13부터 11/13까지 한달간 진행돼요.
10-
117
## 참여 방법
128

139
아래의 순서대로 참여해주세요.
@@ -37,5 +33,3 @@
3733
- item.text: {버그 종류} 디버깅 by.작성자이름
3834
- item.link: /pages/contribute/{파일명}.md
3935
4. PR로 올리기
40-
41-
💌 상품 수령 안내는 11월 23일에 Github에 등록된 이메일을 통해 개별로 안내를 보내드려요.

0 commit comments

Comments
 (0)