portfolio/src/config.ts

14 lines
300 B
TypeScript
Raw Normal View History

2022-06-30 13:13:58 +00:00
export const links = {
2023-01-24 15:19:28 +00:00
github: 'https://github.com/M3DZIK',
2022-07-04 12:30:43 +00:00
gitlab: 'https://gitlab.com/Medzik',
googleDevelopers: 'https://g.dev/medzik',
2023-01-19 19:39:56 +00:00
matrix: 'https://matrix.to/#/@medzik:matrix.io',
2022-07-04 12:30:43 +00:00
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