fix: changelog tab and other improvements

This commit is contained in:
David Ralph
2021-04-23 16:37:23 +01:00
parent 9726ea1c89
commit 51e6582d23
6 changed files with 12 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
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 WEATHER_URL = 'https://mueweather.ohlookitsderpy.workers.dev';
export const WEATHER_URL = 'https://weather.muetab.com';
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 BLOG_POST = 'https://blog.muetab.com/posts/mue-marketplace';
export const BLOG_POST = 'https://blog.muetab.com/posts/version-5-0-the-big-one';
export const FEEDBACK_FORM = 'https://api.formcake.com/api/form/349b56cb-7e2b-4004-b32b-e8964d217dd1/submission';
export const DDG_PROXY = 'https://external-content.duckduckgo.com/iu/?u=';
export const OFFLINE_IMAGES = 20;