Skip to content

Commit d9800eb

Browse files
MinsungIMclaude
andauthored
feat: 커스텀 도메인(doc.scenemaker.solbox.com) 설정 (#1)
* feat: 커스텀 도메인(docs.scenemakerai.solbox.com) 설정 - static/CNAME 추가: 빌드 시 build/CNAME 로 복사되어 GitHub Pages 가 호스트 → 리포 매핑을 인식 - docusaurus.config.ts 의 url 을 신규 커스텀 도메인으로 변경 - baseUrl 을 '/docs-web/' → '/' 로 변경 (커스텀 도메인은 이 리포 전용 1:1 매핑이라 서브패스 불필요) 머지 타이밍 주의: 사내 DNS 에 docs.scenemakerai.solbox.com CNAME scenemakerai.github.io 등록 완료 및 전파(dig 확인) 후 머지해야 일시적인 사이트 미접속을 피할 수 있음. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * fix: 커스텀 도메인을 사내 협의 결과(doc.scenemaker.solbox.com)에 맞춤 - static/CNAME 의 도메인을 사내 신청서 도메인과 일치시킴 - docusaurus.config.ts 의 url 도 동일하게 갱신 - baseUrl 은 '/' 유지 (커스텀 도메인 1:1 매핑이라 서브패스 불필요) DNS 신청서(문서번호 2026-721)와 리포의 CNAME 매핑이 일치해야 GitHub Pages 가 호스트를 인식하고 Let's Encrypt 인증서를 발급함. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ad2fb54 commit d9800eb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ const config: Config = {
1515
},
1616

1717
// Set the production url of your site here
18-
url: 'https://scenemakerai.github.io',
19-
// Set the /<baseUrl>/ pathname under which your site is served
20-
// For GitHub pages deployment, it is often '/<projectName>/'
21-
baseUrl: '/docs-web/',
18+
url: 'https://doc.scenemaker.solbox.com',
19+
// 커스텀 도메인 적용 후에는 호스트가 이 리포 전용이므로 서브패스 불필요
20+
baseUrl: '/',
2221

2322
// GitHub pages deployment config.
2423
organizationName: 'SceneMakerAI', // GitHub org name

static/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
doc.scenemaker.solbox.com

0 commit comments

Comments
 (0)