From 6117c6b342f18279ec5503384992733336ecaaa9 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 20 Jan 2024 22:09:39 -0600 Subject: [PATCH] change neocities site name --- .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 a781d07..2927bc1 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://codesplice.neocities.org/" + --baseURL "https://runtimeterror.neocities.org/" - name: Highlight with Torchlight run: | npm i @torchlight-api/torchlight-cli