1
- import { ReactComponent as BaiduLogo } from 'src/assets/baidu_logo.svg'
2
- import { ReactComponent as BingLogo } from 'src/assets/bing_logo.svg'
3
- import { ReactComponent as DuckDuckGoLogo } from 'src/assets/duckduckgo_logo.svg'
4
- import { ReactComponent as GoogleLogo } from 'src/assets/google_logo.svg'
5
- import { ReactComponent as PhindLogo } from 'src/assets/phind_logo.svg'
6
- import { ReactComponent as StartPageLogo } from 'src/assets/startpage_logo.svg'
7
- import { ReactComponent as YahooLogo } from 'src/assets/yahoo_logo.svg'
8
- import { ReactComponent as YandexLogo } from 'src/assets/yandex_logo.svg'
9
- import { ReactComponent as KagiLogo } from 'src/assets/kagi_logo.svg'
10
-
11
1
// Keys
12
2
export const ANALYTICS_ENDPOINT = import . meta. env . VITE_AMPLITUDE_URL as string
13
3
export const ANALYTICS_SDK_KEY = import . meta. env . VITE_AMPLITUDE_KEY as string
@@ -27,56 +17,6 @@ export const dataSourcesLink = 'https://www.hackertab.dev/data-sources'
27
17
export const changeLogLink = 'https://api.github.com/repos/medyo/hackertab.dev/releases'
28
18
export const twitterHandle = '@hackertabdev'
29
19
export const reportLink = 'https://www.hackertab.dev/report'
30
- // Cfgs
31
- export const SUPPORTED_SEARCH_ENGINES = [
32
- {
33
- label : 'Google' ,
34
- url : 'https://google.com/search?q=' ,
35
- logo : GoogleLogo ,
36
- } ,
37
- {
38
- label : 'DuckDuckGo' ,
39
- url : 'https://duckduckgo.com?q=' ,
40
- logo : DuckDuckGoLogo ,
41
- } ,
42
- {
43
- label : 'Bing' ,
44
- url : 'https://bing.com/search?q=' ,
45
- logo : BingLogo ,
46
- } ,
47
- {
48
- label : 'Yahoo' ,
49
- url : 'https://search.yahoo.com/search?p=' ,
50
- logo : YahooLogo ,
51
- } ,
52
- {
53
- label : 'Baidu' ,
54
- url : 'https://baidu.com/s?wd=' ,
55
- logo : BaiduLogo ,
56
- } ,
57
- {
58
- label : 'Yandex' ,
59
- url : 'https://yandex.ru/search/?text=' ,
60
- logo : YandexLogo ,
61
- className : 'themeAdaptiveFillColor' ,
62
- } ,
63
- {
64
- label : 'Startpage' ,
65
- url : 'https://www.startpage.com/sp/search?query=' ,
66
- logo : StartPageLogo ,
67
- } ,
68
- {
69
- label : 'Phind' ,
70
- url : 'https://phind.com/search?q=' ,
71
- logo : PhindLogo ,
72
- className : 'themeAdaptiveFillColor' ,
73
- } ,
74
- {
75
- label : 'Kagi' ,
76
- url : 'https://kagi.com/search?q=' ,
77
- logo : KagiLogo ,
78
- } ,
79
- ]
80
20
81
21
export const LS_PREFERENCES_KEY = 'hackerTabPrefs'
82
22
export const GLOBAL_TAG = {
0 commit comments