mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Updated share url
This commit is contained in:
parent
c97a0cc182
commit
b04d43b722
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ export default {
|
|||
|
||||
shareUrl() {
|
||||
const url = process.env.NODE_ENV === 'development'
|
||||
? 'http://localhost:3000'
|
||||
: 'https://gamebrary.com';
|
||||
? 'http://localhost:5000'
|
||||
: 'https://app.gamebrary.com';
|
||||
|
||||
return `${url}/#/s/${this.user.uid}/${this.platform.code}`;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue