diff --git a/config/default.js b/config/default.js index cba2a2cf..2421297b 100755 --- a/config/default.js +++ b/config/default.js @@ -403,23 +403,4 @@ module.exports = { flushWindow: 1000, }, 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/', - }, - }, };