chore(deploy): Cloudflare Pages 전환 + blog.brain-crew.com 도메인 적용#36
Open
seongyeon1 wants to merge 1 commit into
Open
chore(deploy): Cloudflare Pages 전환 + blog.brain-crew.com 도메인 적용#36seongyeon1 wants to merge 1 commit into
seongyeon1 wants to merge 1 commit into
Conversation
- docusaurus.config: url을 blog.brain-crew.com으로, baseUrl을 /로 변경 - footer RSS 링크 / robots.txt sitemap을 새 도메인으로 갱신 - GitHub Pages 워크플로우 제거 (Cloudflare Pages Git 연동이 빌드·배포 담당) - __pycache__ gitignore 추가 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
배포를 GitHub Pages → Cloudflare Pages (Git 연동) 로 전환하고, 커스텀 서브도메인
blog.brain-crew.com을 적용합니다.변경 사항
docusaurus.config.tsurl:https://braincrew-lab.github.io→https://blog.brain-crew.combaseUrl:/brain-cache/→/static/robots.txt: sitemap URL을 새 도메인으로 갱신.github/workflows/deploy.yml제거: Cloudflare Pages Git 연동이 빌드·배포를 담당 (이중 배포 방지).gitignore:__pycache__/추가검증
npm run build성공/brain-cache/잔재 없음 확인build/sitemap.xml호스트가https://blog.brain-crew.com루트로 생성됨 확인머지 후 필요한 수동 작업 (Cloudflare 대시보드)
braincrew-lab/brain-cachenpm run build, Output dirbuild, Production branchmain(필요 시NODE_VERSION=20)blog.brain-crew.com연결 (CNAME →<project>.pages.dev)🤖 Generated with Claude Code