diff --git a/dev/deploy/build.sh b/dev/deploy/build.sh index a802acb46..696695504 100644 --- a/dev/deploy/build.sh +++ b/dev/deploy/build.sh @@ -4,7 +4,7 @@ echo "Compiling native node packages..." yarn rebuild echo "Packaging static assets..." if [ "${SHOULD_DEPLOY}" = "true" ]; then - yarn build --base=https://www.ietf.org/lib/dt/$PKG_VERSION/ + yarn build --base=https://static.ietf.org/dt/$PKG_VERSION/ else yarn build fi