feat: experimental settings, reduce image size on about page and use local mue icon

This commit is contained in:
David Ralph
2021-03-31 21:54:16 +01:00
parent a5b2dd39cb
commit 7cf65d07c8
7 changed files with 52 additions and 8 deletions

View File

@@ -5,5 +5,5 @@ export const WEBSITE_URL = 'https://muetab.com';
export const SPONSORS_URL = 'https://sponsors.muetab.com';
export const GITHUB_URL = 'https://api.github.com'
export const OFFLINE_IMAGES = 20;
export const BETA_VERSION = false;
export const BETA_VERSION = true;
export const VERSION = '5.0';