Removed deprecated socials config.

This commit is contained in:
DebaucheryLibrarian 2025-12-28 05:50:02 +01:00
parent 8aaa3bfb0b
commit b5e016839e
1 changed files with 0 additions and 19 deletions

View File

@ -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/',
},
},
}; };