From df00722d4d3ef3ca38bc81da2a28fd236848e374 Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Sat, 17 Aug 2024 19:16:40 +0200 Subject: [PATCH] chore: fix preview deploy --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 08aece89..1438f758 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -24,7 +24,7 @@ jobs: --build-env BASE_PATH= \ --build-env DIST_DIR= \ --build-env OUTPUT=export \ - --build-env HOME_REDIRECT=/introduction \ + --build-env HOME_REDIRECT= \ --build-env MDX_BASEURL="https://github.com/${{ github.repository }}/raw/${{ github.head_ref }}/docs" \ --build-env EDIT_BASEURL="https://github.com/${{ github.repository }}/edit/${{ github.head_ref }}/docs" \ --build-env NEXT_PUBLIC_URL="$VERCEL_PROJECT_PRODUCTION_URL" \