Skip to content

Commit

Permalink
Fixed baseURL var
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkSake committed Jul 23, 2024
1 parent e4c090f commit ae08691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
Expand Down
3 changes: 2 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
baseurl = "https://luisangel.me"
baseurl = "https://luisangel.me/"
baseURL = "https://luisangel.me/"
enableEmoji = true
footnotereturnlinkcontents = ""
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
Expand Down

0 comments on commit ae08691

Please sign in to comment.