From b69113c7822109c5c8461e14526f12747495c403 Mon Sep 17 00:00:00 2001 From: plus-hi Date: Mon, 6 Apr 2026 00:12:52 +0800 Subject: [PATCH] Remove /website base path now that custom domain is configured The custom domain techladies.co is active, so the /website base path is no longer needed for the TechLadies/website repo. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d4d0c44..ed0d428 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,9 +32,6 @@ jobs: run: | if [ "${{ github.repository }}" = "plus-hi/techladies-staging" ]; then echo "NEXT_PUBLIC_BASE_PATH=/techladies-staging" >> $GITHUB_ENV - elif [ "${{ github.repository }}" = "TechLadies/website" ]; then - # Remove this line once custom domain (techladies.co) is configured - echo "NEXT_PUBLIC_BASE_PATH=/website" >> $GITHUB_ENV fi - name: Install dependencies