We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4affd commit c615a7cCopy full SHA for c615a7c
vercel.prestart.js
@@ -10,7 +10,7 @@ const domain = 'vercel.app';
10
11
const url = () => {
12
if (ENV === 'production' && REPO_SLUG) {
13
- return `${REPO_SLUG}.${domain}`;
+ return `data-manager-ui.${domain}`;
14
}
15
16
if (COMMIT_REF !== 'master' && COMMIT_REF !== 'main' && REPO_SLUG && COMMIT_REF && REPO_OWNER) {
0 commit comments