feat: duckduckgo image proxy option

This commit is contained in:
David Ralph
2021-04-01 19:51:30 +01:00
parent ceb68012d5
commit 6c7ca7a0a9
4 changed files with 13 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ 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 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;
export const BETA_VERSION = false;
export const VERSION = '5.0';
export const VERSION = '5.0';