mirror of
https://github.com/mue/mue.git
synced 2026-07-12 02:42:07 +02:00
feat: working feedback modal, fix photographers list on about page
This commit is contained in:
@@ -3,7 +3,8 @@ export const UNSPLASH_URL = 'https://unsplash.muetab.com';
|
||||
export const MARKETPLACE_URL = 'http://127.0.0.1:8080';
|
||||
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 GITHUB_URL = 'https://api.github.com';
|
||||
export const FEEDBACK_FORM = 'https://api.formcake.com/api/form/349b56cb-7e2b-4004-b32b-e8964d217dd1/submission';
|
||||
export const OFFLINE_IMAGES = 20;
|
||||
export const BETA_VERSION = true;
|
||||
export const BETA_VERSION = false
|
||||
export const VERSION = '5.0';
|
||||
|
||||
Reference in New Issue
Block a user