Skip to content

Commit 556f0bc

Browse files
Fix GitHub Pages baseurl for correct repository path
- Update baseurl to /realcoding.github.io for proper GitHub Pages routing - Update site URL to use realcoding2003.github.io domain - This fixes the /realcoding.github.io/ path issue
1 parent 8bda326 commit 556f0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_config.yml

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

77
# Author information
88
author:

0 commit comments

Comments
 (0)