Fix analytics env error (#562)

This commit is contained in:
Geometrically 2022-07-02 15:50:01 -07:00 committed by GitHub
parent 2186ea9a90
commit aca59019c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,7 +318,7 @@ export default {
'https://staging-ariadne.modrinth.com/v1/'
}view`,
{
url: process.env.domain + url,
url: getDomain() + url,
},
{
headers: {