mirror of
https://github.com/mue/mue.git
synced 2026-06-12 11:38:53 +02:00
8 lines
323 B
JavaScript
8 lines
323 B
JavaScript
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 WEBSITE_URL = 'https://muetab.com';
|
|
export const OFFLINE_IMAGES = 20;
|
|
export const BETA_VERSION = false;
|
|
export const VERSION = '5.0.0';
|