Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RainPPR committed Nov 25, 2024
1 parent f69e773 commit 4095234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
hugo-version: "0.124.0"
extended: true
- name: Build
run: hugo --minify --canonifyURLs=true
run: hugo --minify
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ timeZone: Asia/Shanghai
minify: true
enableGitInfo: true

relativeURLs: true
uglyURLs: false

menu:
after:
- name: 原站
Expand Down

0 comments on commit 4095234

Please sign in to comment.