From 8c2d5993f9dac18c56ed101123ee278523d6b333 Mon Sep 17 00:00:00 2001 From: Max Edell Date: Tue, 17 Oct 2023 12:11:33 -0700 Subject: [PATCH] fix: branch origin correction --- scripts/scripts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/scripts.js b/scripts/scripts.js index f3e66a8..70e2305 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -24,8 +24,8 @@ polyfill(); const range = document.createRange(); -// export const BRANCH_ORIGIN = 'https://prisma-cloud-docs-production.adobeaem.workers.dev'; -export const BRANCH_ORIGIN = 'http://127.0.0.1:3001'; +export const BRANCH_ORIGIN = 'https://prisma-cloud-docs-production.adobeaem.workers.dev'; +// export const BRANCH_ORIGIN = 'http://127.0.0.1:3001'; export const SPA_NAVIGATION = true; export const REDIRECTED_ARTICLE_KEY = 'redirected-article';