22 lines
410 B
JavaScript
22 lines
410 B
JavaScript
export default {
|
|
gitlab: {
|
|
url: 'https://gitlab.com/bloodyhealth/drip',
|
|
text: 'GitLab'
|
|
},
|
|
email: {
|
|
url: 'mailto:bloodyhealth@mailbox.org',
|
|
text: 'email'
|
|
},
|
|
wiki: {
|
|
url: 'https://gitlab.com/bloodyhealth/drip/wikis/home',
|
|
text: 'our wiki'
|
|
},
|
|
website: {
|
|
url: 'https://bloodyhealth.gitlab.io/'
|
|
},
|
|
donate: {
|
|
url: 'https://ko-fi.com/dripapp',
|
|
text: 'here'
|
|
}
|
|
}
|