Change API_COLLECT_ENDPOINT to COLLECT_API_ENDPOINT

This commit is contained in:
rohandebsarkar 2022-07-04 15:52:59 +05:30
parent 1b60ca440e
commit ce6fd12f9f
No known key found for this signature in database
GPG key ID: 3DA3229799D1A181
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ export default {
},
plugins: [
replace({
'/api/collect': process.env.API_COLLECT_ENDPOINT || '/api/collect',
'/api/collect': process.env.COLLECT_API_ENDPOINT || '/api/collect',
delimiters: ['', ''],
}),
buble({ objectAssign: true }),