Skip to content

Commit 60ab2e0

Browse files
authored
changed domain to sud0u53r.github.io
1 parent 029d595 commit 60ab2e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Adding custom domain redirection
3737
run: |
38-
echo "blog.sud0u53r.com" > ./public/CNAME
38+
echo "sud0u53r.github.io" > ./public/CNAME
3939
cat ./public/CNAME
4040
4141
- name: Upload Pages Artifact

config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://blog.sud0u53r.com/"
1+
baseURL = "https://sud0u53r.github.io/"
22
title = "Sud0u53r's Blog"
33
theme = "hugo-theme-bootstrap"
44
copyright = "Copyright © 2018-{year} Akash Gurugunti. All Rights Reserved."

0 commit comments

Comments
 (0)