From 9f2b9850ac899ce50a93ac94a626046ed320aabf Mon Sep 17 00:00:00 2001 From: Craig Box Date: Tue, 19 Mar 2024 13:40:04 +1300 Subject: [PATCH] Revert "Add $DEPLOY_PRIME_URL to the Hugo baseURL. (#14725)" (#14757) This reverts commit a77a9de62f8cf021e578afa07ad726a632e4da0c. --- Makefile.core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)