diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index cfabd44..e11eeab 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -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 diff --git a/hugo.toml b/hugo.toml index 4dbd6cf..787984e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,5 @@ -baseurl = "https://luisangel.me" +baseurl = "https://luisangel.me/" +baseURL = "https://luisangel.me/" enableEmoji = true footnotereturnlinkcontents = "↩" ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]