We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1359c7 + 5646367 commit 7c67803Copy full SHA for 7c67803
.github/workflows/pages-deployment.yaml
@@ -48,6 +48,8 @@ jobs:
48
- name: Build and Export with Profiler
49
if: ${{ github.ref != 'refs/heads/main' }}
50
run: pnpm build:preview && pnpm export
51
+ env:
52
+ NEXT_PUBLIC_AVUP_ENDPOINT: https://avatar-upload-staging.ens-cf.workers.dev
53
54
- name: Generate sitemap
55
if: ${{ github.ref == 'refs/heads/main' }}
0 commit comments