Skip to content

Commit

Permalink
change cname
Browse files Browse the repository at this point in the history
  • Loading branch information
l10178 committed Apr 9, 2024
1 parent 841d05f commit b250faa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
cname: www.nxest.com
cname: idaas.xlabs.club
2 changes: 1 addition & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title = "IDaaS Book"
baseurl = "/idaas-book"
baseurl = "/"
canonifyURLs = false
disableAliases = true
disableHugoGeneratorInject = true
Expand Down
2 changes: 1 addition & 1 deletion config/production/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Overrides for production environment
baseurl = "https://www.nxest.com/idaas-book/"
baseurl = "https://idaas.xlabs.club"

0 comments on commit b250faa

Please sign in to comment.