Skip to content

Commit 3aa407d

Browse files
committed
chore(demo): fix deploy URL
1 parent 2ecfcb4 commit 3aa407d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8-
"build:ci": "NEXT_PUBLIC_UPLOADCARE_APP_BASE_URL=$DEPLOY_PRIME_URL NODE_ENV=production next build",
8+
"build:ci": "NEXT_PUBLIC_UPLOADCARE_APP_BASE_URL=$URL NODE_ENV=production next build",
99
"start": "next start",
1010
"lint": "next lint"
1111
},

0 commit comments

Comments
 (0)