Removed deprecated socials config.
This commit is contained in:
parent
8aaa3bfb0b
commit
b5e016839e
|
|
@ -403,23 +403,4 @@ module.exports = {
|
||||||
flushWindow: 1000,
|
flushWindow: 1000,
|
||||||
},
|
},
|
||||||
titleSlugLength: 50,
|
titleSlugLength: 50,
|
||||||
socials: {
|
|
||||||
urls: {
|
|
||||||
cashapp: 'https://cash.app/${handle}', // eslint-disable-line no-template-curly-in-string
|
|
||||||
fansly: 'https://fansly.com/{handle}',
|
|
||||||
instagram: 'https://www.instagram.com/{handle}',
|
|
||||||
linktree: 'https://linktr.ee/{handle}',
|
|
||||||
loyalfans: 'https://www.loyalfans.com/{handle}',
|
|
||||||
manyvids: 'https://{handle}.manyvids.com',
|
|
||||||
onlyfans: 'https://onlyfans.com/{handle}',
|
|
||||||
pornhub: 'https://www.pornhub.com/model/{handle}',
|
|
||||||
reddit: 'https://www.reddit.com/u/{handle}',
|
|
||||||
twitter: 'https://x.com/{handle}',
|
|
||||||
},
|
|
||||||
prefix: {
|
|
||||||
default: '@',
|
|
||||||
cashapp: '$',
|
|
||||||
reddit: 'u/',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue