mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-24 18:26:20 +01:00
Better logic
This commit is contained in:
parent
c60ec2fb8b
commit
1b60ca440e
@ -10,9 +10,7 @@ export default {
|
||||
},
|
||||
plugins: [
|
||||
replace({
|
||||
'/api/collect': process.env.API_COLLECT_ENDPOINT
|
||||
? process.env.API_COLLECT_ENDPOINT
|
||||
: '/api/collect',
|
||||
'/api/collect': process.env.API_COLLECT_ENDPOINT || '/api/collect',
|
||||
delimiters: ['', ''],
|
||||
}),
|
||||
buble({ objectAssign: true }),
|
||||
|
Loading…
Reference in New Issue
Block a user