Skip to content

Commit d24f351

Browse files
Restore CNAME and configure custom domain
- Restore CNAME file with realcoding.blog domain - Update _config.yml URL to https://realcoding.blog - Attempt to reactivate custom domain after DNS changes - GitHub Pages will validate domain and enable HTTPS when ready
1 parent 6487eda commit d24f351

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
realcoding.blog

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Site settings
22
title: Real Coding Blog
33
description: 실무에서 배운 개발 노하우와 기술적 인사이트를 공유합니다
4-
url: "https://realcoding2003.github.io"
4+
url: "https://realcoding.blog"
55
baseurl: ""
66

77
# Author information

0 commit comments

Comments
 (0)