---
title: "📓 작업일지 — index.html·manifest 데모 문자열 운영값 복원 (F1)"
category: "worklog"
parent: "Claude Code 작업일지"
updated: "2026-07-03"
priority: "Medium"
purpose: "phase1-release 브랜치에 남아있던 데모(demo-dallog) 전용 타이틀·파비콘·매니페스트 문자열을 운영(dallog.kr) 기준값으로 복원한 배포 전 점검 수정 기록(§5 게이트 재발방지 대상)."
read_when: ["index.html 데모 문자열", "favicon-32 복원", "manifest name 복원", "§5 게이트 재발방지"]
document_type: "개발일지"
source_status: "generated"
knowledge_group: "03_history"
work_timestamp: "20260703_022317"
source_of_truth: "https://dallog-tools.hansbridge.co.kr/knowledge/"
context: "달록 본레포(ccy-hansbridge/dallog), 커밋 c2ac8fc(2026-07-03). phase1-release 배포 전 점검."
---

# 작업일지 — index.html·manifest 데모 문자열 운영값 복원 (F1)

> phase1-release 브랜치의 `index.html`·`public/manifest.json`에 데모 서버(demo-dallog) 전용 타이틀·파비콘·이름 값이 남아 있었다. 사장님 승인(F1) 하에 이를 운영(dallog.kr) 기준값으로 복원했다. 이 문제는 §5 게이트(main 배포 전 index.html/manifest 운영값 검증) 재발방지 규칙의 대상이다.

## 1. 무엇을 했나

- `index.html`: `<title>달록 DEMO — PaceLog</title>` → `<title>달록 — PaceLog</title>`, favicon을 데모 전용 핫핑크 러너 SVG(`/icons/dallog_runner_black_on_hotpink.svg`)에서 운영 파비콘(`/favicon-32.png`)으로 교체.
- `index.html` 상단 주석을 "데모버전 전용 타이틀·파비콘, main 머지 시 제외" 문구에서 "운영(dallog.kr) 타이틀·파비콘 — main 배포 기준값. demo-dallog 전용값으로 덮어쓰기 금지" 문구로 갱신.
- `public/manifest.json`: `name` "달록 (demoversion)" → "달록 PaceLog", `short_name` "달록 demo" → "달록".

## 2. 주요 변경 파일

| 파일 | 내용 |
|---|---|
| `index.html` | title·favicon 링크 2줄 + 상단 안내 주석 갱신(4 additions, 4 deletions) |
| `public/manifest.json` | `name`·`short_name` 운영값 복원(2 additions, 2 deletions) |

## 3. 관련 커밋

- `c2ac8fc` fix(deploy): index.html·manifest 데모 문자열 운영값 복원 (F1·사장님 승인) (2026-07-03)

## 4. 남은 이슈

커밋 메시지 기준 별도로 언급된 남은 이슈는 없음.
