Merge remote-tracking branch 'origin/master' into 5.0-dev

This commit is contained in:
David Ralph
2020-10-17 15:43:56 +01:00
5 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
export const API_URL = 'https://api.muetab.xyz';
export const UNSPLASH_URL = 'https://unsplash.muetab.xyz';
export const MARKETPLACE_URL = 'https://marketplace.muetab.xyz';
export const API_URL = 'https://api.muetab.com';
export const UNSPLASH_URL = 'https://unsplash.muetab.com';
export const MARKETPLACE_URL = 'https://marketplace.muetab.com';
export const OFFLINE_IMAGES = 20;