Skip to content

Commit

Permalink
fix: branch origin correction
Browse files Browse the repository at this point in the history
maxakuru committed Oct 17, 2023
1 parent 942bdad commit 8c2d599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 8c2d599

Please sign in to comment.