diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 52db4251..792004db 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -22,7 +22,7 @@ jobs: - name: Warm-up devfaq cache run: | curl ${{ steps.waitForVercelPreviewDeployment.outputs.url }} - curl ${{ steps.waitForVercelPreviewDeployment.outputs.url }}/questions/1 + curl ${{ steps.waitForVercelPreviewDeployment.outputs.url }}/questions/js/1 - name: Lighthouse uses: foo-software/lighthouse-check-action@v9.1.0