Skip to content

[hotfix] 메타데이터 변경#13

Merged
LeeSangHyeok0731 merged 1 commit into
mainfrom
feat/meta-data
Apr 29, 2026
Merged

[hotfix] 메타데이터 변경#13
LeeSangHyeok0731 merged 1 commit into
mainfrom
feat/meta-data

Conversation

@LeeSangHyeok0731

Copy link
Copy Markdown
Contributor

개요 💡

WASHER -> washer 로 변경했습니다

@LeeSangHyeok0731 LeeSangHyeok0731 self-assigned this Apr 29, 2026
@vercel

vercel Bot commented Apr 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
washer Ready Ready Preview, Comment Apr 29, 2026 6:04am

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the application metadata title in the root layout from 'WASHER' to 'washer'. The review feedback suggests improving the metadata structure by using an object with 'default' and 'template' properties to facilitate title management for sub-pages, and also recommends considering capitalization for brand readability.

Comment thread src/app/layout.tsx
import TanStackProvider from "@/shared/lib/TanStackProvider";
export const metadata: Metadata = {
title: "WASHER",
title: "washer",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Next.js의 metadata.title을 객체로 정의하여 defaulttemplate을 사용하면 하위 페이지의 타이틀 관리가 용이해집니다. 또한 브랜드 가독성을 위해 첫 글자 대문자 표기(Washer)를 검토해 보세요.

  title: {
    default: "washer",
    template: "%s | washer",
  },

@LeeSangHyeok0731 LeeSangHyeok0731 merged commit e13640b into main Apr 29, 2026
3 checks passed
@LeeSangHyeok0731 LeeSangHyeok0731 deleted the feat/meta-data branch April 29, 2026 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant