Skip to content

Commit 4cc8a2e

Browse files
committed
feat: add SOCIALS constants for external links and clean up ROUTES
1 parent 036523f commit 4cc8a2e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/constants/routes.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const ROUTES = {
22
ABOUT: '/about',
33
ALBUMS: '/albums',
4+
ARTISTS: '/artists',
45
CHANNELS: '/channels',
56
CLIPS: '/clips',
67
CONTACT: '/contact',
@@ -9,7 +10,6 @@ export const ROUTES = {
910
EPISODES: '/episodes',
1011
HISTORY: '/history',
1112
MOBILE_APP: '/mobile-app',
12-
MUSIC: '/music',
1313
MY_CLIPS: '/my-clips',
1414
MY_PROFILE: '/my-profile',
1515
LIVESTREAMS: '/livestreams',
@@ -22,12 +22,5 @@ export const ROUTES = {
2222
SETTINGS: '/settings',
2323
TERMS: '/terms',
2424
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'
3326
};

src/constants/socials.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
}

0 commit comments

Comments
 (0)