Skip to content

Commit

Permalink
hhhhhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Apr 20, 2024
1 parent 50616ac commit b1f8120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: "pnpm i && pnpm ci || true"
run: "pnpm i"
- name: Build production website
env:
# For maximum backward compatibility with Hugo modules
Expand Down
3 changes: 3 additions & 0 deletions config/production/hugo.toml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Overrides for production environment

baseurl = "https://wiki.railways.ithundxr.dev"
canonifyURLs = true

0 comments on commit b1f8120

Please sign in to comment.