We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c7b60d + 01ab162 commit 01f215fCopy full SHA for 01f215f
.github/workflows/ci.yml
@@ -109,7 +109,7 @@ jobs:
109
--build-env MDX_BASEURL="https://github.com/${{ github.repository }}/raw/${{ github.head_ref || github.ref_name }}/docs" \
110
--build-env EDIT_BASEURL="https://github.com/${{ github.repository }}/edit/${{ github.head_ref || github.ref_name }}/docs" \
111
--build-env SOURCECODE_BASEURL="https://github.com/${{ github.repository }}/tree/${{ github.head_ref || github.ref_name }}" \
112
- --build-env NEXT_PUBLIC_URL="$VERCEL_PROJECT_PRODUCTION_URL" \
+ --build-env NEXT_PUBLIC_URL="https://$VERCEL_PROJECT_PRODUCTION_URL" \
113
--build-env ICON= \
114
--build-env LOGO=gutenberg.jpg \
115
--build-env GITHUB="https://github.com/${{ github.repository }}" \
0 commit comments