Skip to content

Commit 1c86f6d

Browse files
committed
fix: remove duplicate postbuild script causing CI failure
1 parent a92c950 commit 1c86f6d

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

TODO.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# TODO
2+
3+
## Buy Me a Coffee 설정
4+
5+
### 1. 계정 생성
6+
- [ ] https://buymeacoffee.com 가입
7+
- [ ] 프로필 설정 (사진, 소개글)
8+
- [ ] 결제 정보 연결 (Stripe)
9+
10+
### 2. 블로그 연동
11+
- [ ] Buy Me a Coffee username 확정
12+
- [ ] Footer에 버튼 추가 (`src/components/Footer.astro`)
13+
- [ ] (선택) 블로그 포스트 하단에 위젯 추가
14+
15+
### 3. 위젯 코드 예시
16+
```html
17+
<a href="https://www.buymeacoffee.com/YOUR_USERNAME" target="_blank">
18+
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"
19+
alt="Buy Me A Coffee"
20+
style="height: 40px;">
21+
</a>
22+
```
23+
24+
---
25+
26+
## 기타 TODO
27+
28+
### GitHub Secrets 설정
29+
- [ ] `OPENAI_API_KEY` 추가 (번역 워크플로우용)
30+
- [ ] (선택) `TRANSLATION_MODEL` 변수 설정 (기본값: gpt-4.1-mini)

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"dev": "astro dev",
77
"build": "astro build && npx pagefind --site dist",
88
"preview": "astro preview",
9-
"postbuild": "pagefind --site dist",
109
"astro": "astro"
1110
},
1211
"dependencies": {

0 commit comments

Comments
 (0)