File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
export const ROUTES = {
2
2
ABOUT : '/about' ,
3
3
ALBUMS : '/albums' ,
4
+ ARTISTS : '/artists' ,
4
5
CHANNELS : '/channels' ,
5
6
CLIPS : '/clips' ,
6
7
CONTACT : '/contact' ,
@@ -9,7 +10,6 @@ export const ROUTES = {
9
10
EPISODES : '/episodes' ,
10
11
HISTORY : '/history' ,
11
12
MOBILE_APP : '/mobile-app' ,
12
- MUSIC : '/music' ,
13
13
MY_CLIPS : '/my-clips' ,
14
14
MY_PROFILE : '/my-profile' ,
15
15
LIVESTREAMS : '/livestreams' ,
@@ -22,12 +22,5 @@ export const ROUTES = {
22
22
SETTINGS : '/settings' ,
23
23
TERMS : '/terms' ,
24
24
TRACKS : '/tracks' ,
25
- VIDEOS : '/videos' ,
26
- SOCIALS : {
27
- ACTIVITY_PUB : 'https://podcastindex.social/web/@podverse' ,
28
- DISCORD : 'https://discord.gg/6HkyNKR' ,
29
- GITHUB : 'https://github.com/podverse' ,
30
- MATRIX : 'https://matrix.to/#/#podverse-space:matrix.org' ,
31
- X : 'https://x.com/podverse'
32
- }
25
+ VIDEOS : '/videos'
33
26
} ;
Original file line number Diff line number Diff line change
1
+ export const SOCIALS = {
2
+ ACTIVITY_PUB : 'https://podcastindex.social/web/@podverse' ,
3
+ DISCORD : 'https://discord.gg/6HkyNKR' ,
4
+ GITHUB : 'https://github.com/podverse' ,
5
+ MATRIX : 'https://matrix.to/#/#podverse-space:matrix.org' ,
6
+ X : 'https://x.com/podverse'
7
+ }
You can’t perform that action at this time.
0 commit comments