@@ -16,8 +16,8 @@ import { FaDev } from 'react-icons/fa'
1616import { SiProducthunt } from 'react-icons/si'
1717import { FaReddit , FaMediumM } from 'react-icons/fa'
1818import { HiTicket } from 'react-icons/hi'
19- import HashNodeIcon from './static /icon_hashnode.png'
20- import LobstersIcon from './static /icon_lobsters.png'
19+ import HashNodeIcon from 'src/assets /icon_hashnode.png'
20+ import LobstersIcon from 'src/assets /icon_lobsters.png'
2121import { FaFreeCodeCamp } from 'react-icons/fa'
2222import { CgIndieHackers } from 'react-icons/cg'
2323
@@ -34,12 +34,6 @@ const APP = {
3434 dataSourcesLink : 'https://www.hackertab.dev/data-sources' ,
3535 changeLogLink : 'https://api.github.com/repos/medyo/hackertab.dev/releases' ,
3636}
37- export const ANALYTICS_ENDPOINT = 'https://api.hackertab.dev/analytics'
38- export const ANALYTICS_SDK_KEY = '9662c93f91473ba6e96711b22e0a367d'
39-
40- export const LOCAL_CONFIGURATION = {
41- supportedTags : [ ] , // Loaded remotly
42- }
4337
4438export const SUPPORTED_CARDS = [
4539 {
@@ -152,7 +146,6 @@ export const SUPPORTED_SEARCH_ENGINES = [
152146 } ,
153147]
154148export const LS_PREFERENCES_KEY = 'hackerTabPrefs'
155- export const LS_ANALYTICS_ID_KEY = 'hackerTabAnalyticsId'
156149export const GLOBAL_TAG = {
157150 value : 'global' ,
158151 label : 'Trending' ,
0 commit comments