diff --git a/Makefile.core.mk b/Makefile.core.mk index 2aa7bbe9de..bc2772a05f 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -152,7 +152,7 @@ netlify_install: netlify: netlify_install @scripts/gen_site.sh - @scripts/build_site.sh "${DEPLOY_PRIME_URL}/latest" + @scripts/build_site.sh "/latest" @scripts/include_archive_site.sh # ISTIO_API_GIT_SOURCE allows to override the default Istio API repository, https://github.com/istio/api@$(SOURCE_BRANCH_NAME)