Skip to content

Commit

Permalink
baseURL it is
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Oct 23, 2023
1 parent 637faed commit 27ee94f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseurl = "localhost"
baseURL = "localhost"
title = "pixincreate"
languageCode = "en-us"
theme = "hello-friend-ng"
Expand Down
2 changes: 1 addition & 1 deletion config/production/hugo.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
baseurl = "https://pixincreate.dev/"
baseURL = "https://pixincreate.dev/"
2 changes: 1 addition & 1 deletion config/staging/hugo.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
baseurl = "https://pixincreate.github.io/pixincreate.dev/"
baseURL = "https://pixincreate.github.io/pixincreate.dev/"

0 comments on commit 27ee94f

Please sign in to comment.