From f34c1115b8166e6e348ba198ef16334b7c82574d Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 18 Nov 2024 01:11:09 +1300 Subject: [PATCH] remove base now that we are using custom domain --- .github/workflows/github_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 8b1a588..a311549 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -40,7 +40,7 @@ jobs: run: npm ci - name: Build - run: npm run build -- --base=/meshtxt/ + run: npm run build - name: Setup Pages uses: actions/configure-pages@v4