From b1f81200adb53ecf992222b1f500189d6a442e61 Mon Sep 17 00:00:00 2001 From: IThundxr Date: Sat, 20 Apr 2024 14:57:40 -0400 Subject: [PATCH] hhhhhhhh --- .github/workflows/deploy.yml | 2 +- config/production/hugo.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 085765f..63b9d8c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/config/production/hugo.toml b/config/production/hugo.toml index ff90f22..d24b3bb 100644 --- a/config/production/hugo.toml +++ b/config/production/hugo.toml @@ -1 +1,4 @@ # Overrides for production environment + +baseurl = "https://wiki.railways.ithundxr.dev" +canonifyURLs = true