Skip to content

웹사이트 index.mdx 의 제목 변경 #560

@jk-kim0

Description

@jk-kim0

변경의 내용과 목적

기존: QueryPie ACP Product Documentation
변경: QueryPie ACP Documentation

제목이 조금 길어서, Preview 등에서 줄바꿈되는 것이 마음에 걸리네요. 일괄적으로 이름을 바꾸도록 하겠습니다.

변경대상 파일

1. src/content/en/index.mdx

변경할 위치 2곳:

  • Line 2: title: 'QueryPie ACP Product Documentation'title: 'QueryPie ACP Documentation'
  • Line 18: # Welcome to QueryPie ACP Product Documentation# Welcome to QueryPie ACP Documentation

2. src/pages/api/test-opengraph.tsx

변경할 위치 1곳:

  • Line 16: const title = searchParams.get('title') || 'QueryPie ACP Product Documentation';
    • const title = searchParams.get('title') || 'QueryPie ACP Documentation';

3. src/lib/og-metadata.ts

변경할 위치 1곳:

  • Line 35: alt: title || 'QueryPie ACP Product Documentation',
    • alt: title || 'QueryPie ACP Documentation',

4. src/app/api/og/[lang]/[[...mdxPath]]/route.tsx

변경할 위치 1곳:

  • Line 18: const title = extractTitleFromMdx(mdxPath, lang) || 'QueryPie ACP Product Documentation';
    • const title = extractTitleFromMdx(mdxPath, lang) || 'QueryPie ACP Documentation';

참고: 한국어(ko)와 일본어(ja)는 "제품 문서" / "製品ドキュメント" 표기를 사용하여 "Product"라는 단어가 없으므로 변경 대상이 아닙니다.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions