Update config.js

This commit is contained in:
melanie 2025-12-23 19:07:34 +00:00
parent 5c07b91237
commit 96dedf1276

View file

@ -41,12 +41,12 @@ export const items = [
}, },
{ {
id: 'letterboxd', id: 'letterboxd',
regex: markdownLinkRegex('letterboxd.com/zicklepop'), regex: markdownLinkRegex('letterboxd.com/zicklepop', false),
getLatest: async () => getLetterboxdActivity('zicklepop'), getLatest: async () => getLetterboxdActivity('zicklepop'),
}, },
{ {
id: 'trakt', id: 'trakt',
regex: markdownLinkRegex('trakt.tv/users/zicklepop'), regex: markdownLinkRegex('trakt.tv/users/zicklepop', false),
getLatest: async () => getLatest: async () =>
getTraktEpisode('zicklepop', 'd0a982626d7793b5cf1857a2128277cc'), getTraktEpisode('zicklepop', 'd0a982626d7793b5cf1857a2128277cc'),
}, },