portfolio/src/config.ts

14 lines
290 B
TypeScript
Raw Normal View History

2022-06-30 13:13:58 +00:00
export const links = {
2022-07-04 12:30:43 +00:00
github: 'https://github.com/MedzikUser',
gitlab: 'https://gitlab.com/Medzik',
googleDevelopers: 'https://g.dev/medzik',
discord: 'https://dsc.bio/medzik',
reddit: 'https://www.reddit.com/user/MedzikUser'
2022-06-30 13:13:58 +00:00
}
const config = {
2022-07-04 12:30:43 +00:00
links
2022-06-30 13:13:58 +00:00
}
2022-07-04 12:30:43 +00:00
export default config