From 1fe3bbcf919d9f2b2b8bb2be98914fca2e6fe887 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 20 Jan 2024 22:41:25 -0600 Subject: [PATCH] switch neocities domain --- .github/workflows/deploy-to-neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-neocities.yml b/.github/workflows/deploy-to-neocities.yml index 2927bc1..a03385c 100644 --- a/.github/workflows/deploy-to-neocities.yml +++ b/.github/workflows/deploy-to-neocities.yml @@ -41,7 +41,7 @@ jobs: run: | hugo \ --minify \ - --baseURL "https://runtimeterror.neocities.org/" + --baseURL "https://runtimeterror.dev/" - name: Highlight with Torchlight run: | npm i @torchlight-api/torchlight-cli