Skip to content

Commit

Permalink
Fix profile image path
Browse files Browse the repository at this point in the history
  • Loading branch information
momori256 committed Apr 24, 2024
1 parent d256dc9 commit ab80de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ case "$command" in
hugo serve -D $@
;;
"pub")
rm -r publish
rm -r public
hugo $@
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ UseHugoToc = true
enabled = true
title = "Momori Nakano"
subtitle = "Softwar Engineer in Vancouver, from Japan"
imageUrl = "/profile.png"
imageUrl = "/assets/profile.png"
imageTitle = "profile"

[[params.profileMode.buttons]]
Expand Down

0 comments on commit ab80de6

Please sign in to comment.