Skip to content
This repository was archived by the owner on Feb 7, 2022. It is now read-only.

Commit 86b4740

Browse files
committed
update Base_URL to fix CORS errors
1 parent a8d026c commit 86b4740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"nuxt:build": "nuxt build",
1010
"start": "nuxt start",
1111
"nuxt:generate": "nuxt generate",
12-
"build": "BASE_URL=https://bezirksregionenprofile-ts.netlify.app API_URL=https://bezirksregionenprofile-data-dev.s3.eu-central-1.amazonaws.com/data nuxt generate",
12+
"build": "BASE_URL=https://bezirksregionenprofile-deploy.onrender.com API_URL=https://bezirksregionenprofile-data-dev.s3.eu-central-1.amazonaws.com/data nuxt generate",
1313
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
1414
"test": "jest"
1515
},

0 commit comments

Comments
 (0)