diff --git a/.github/keep-only-first-domain.sh b/.github/keep-only-first-domain.sh index c7e8c9c1a2..ff1b020326 100755 --- a/.github/keep-only-first-domain.sh +++ b/.github/keep-only-first-domain.sh @@ -1,7 +1,7 @@ #!/bin/bash # Define the path to your next.config.js file -NEXT_CONFIG_FILE="../next.config.js" +NEXT_CONFIG_FILE="$PWD/../storefront/next.config.js" # Define the path to a temporary file TMP_FILE="tmp_next.config.js"