mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
add backlinks
This commit is contained in:
parent
6222b75563
commit
811e7740a9
21 changed files with 257 additions and 56 deletions
|
@ -5,3 +5,9 @@ export const SOCIAL_ICONS: Record<OAuthProvider, string> = {
|
|||
google: 'google',
|
||||
telegram: 'telegram',
|
||||
};
|
||||
|
||||
export type BacklinkSource = 'vkontakte';
|
||||
|
||||
export const BACKLINK_TITLES: Record<BacklinkSource, string> = {
|
||||
vkontakte: 'Суицидальные роботы',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue