We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ff28d commit 2595f33Copy full SHA for 2595f33
layouts/_default/mastodon.html
@@ -231,11 +231,7 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
231
if (src && src.includes('https://files.e5n.cc/accounts/')) {
232
img.setAttribute('src', '/eallion.webp');
233
img.setAttribute('data-original-src', src);
234
- } else if (src && src.includes('https://files.e5n.cc/media_attachments/')) {
235
- const newSrc = src.replace('https://files.e5n.cc/media_attachments/', 'https://mastodon-s3-files.eallion.com/media_attachments/');
236
- img.setAttribute('src', newSrc);
237
- img.setAttribute('data-original-src', src);
238
- }
+ }
239
});
240
241
0 commit comments