We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec028c commit 95a8a50Copy full SHA for 95a8a50
.github/workflows/prerelease.yml
@@ -72,7 +72,7 @@ jobs:
72
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
73
VERCEL_PROJECT_ID: ${{ secrets[matrix.secret_project_id] }}
74
GITHUB_DEPLOYMENT: false
75
- # PR_PREVIEW_DOMAIN: "${{ matrix.locale }}.{PR}.nextjs.im"
+ PR_PREVIEW_DOMAIN: "${{ matrix.locale }}.{PR}.nextjs.im"
76
77
# - name: Deploy to Vercel (${{ matrix.locale }})
78
# if: steps.should_deploy.outputs.should_deploy == 'true'
0 commit comments