mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-05 22:46:32 +00:00
15 lines
472 B
TypeScript
Executable File
15 lines
472 B
TypeScript
Executable File
export default {
|
|
social: {
|
|
twitter: 'https://twitter.com/andatoshiki/',
|
|
github: 'https://github.com/andatoshiki/',
|
|
telegram: 'https://andatoshiki.t.me',
|
|
instagram: 'https://instagram.com/andatoshiki/',
|
|
youtube: 'https://youtube.com/@andatoshiki',
|
|
mastodon: 'https://mastodon.social/@andatoshiki',
|
|
email: 'hello@toshiki.dev'
|
|
},
|
|
sponsor: {
|
|
github: 'https://github.com/sponsors/andatoshiki'
|
|
}
|
|
}
|