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 bac05baCopy full SHA for bac05ba
.github/workflows/prerelease.yml
@@ -72,7 +72,9 @@ 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"
+ ALIAS_DOMAINS: |
76
+ ${{ matrix.locale }}-{PR}.nextjs.im
77
+ ${{ matrix.locale }}.{PR}.nextjs.im
78
79
# - name: Deploy to Vercel (${{ matrix.locale }})
80
# if: steps.should_deploy.outputs.should_deploy == 'true'
0 commit comments