remlit mascot

This commit is contained in:
ihateblueb 2025-05-28 18:09:14 -04:00
commit 5f39304441
4 changed files with 12 additions and 3 deletions

View file

@ -76,7 +76,7 @@ async function loadState() {
"domain": domain,
"enable_reaction": true,
"locale": "en",
"mascot": "/images/mascot.svg",
"mascot": "/images/remlit.webp",
"me": credentials.id,
"reduce_motion": false,
"show_quote_button": true,
@ -84,7 +84,7 @@ async function loadState() {
"streaming_api_base_url": `wss://${domain}`,
"title": `${instance.title}`,
"unfollow_modal": true,
"source_url": 'https://iceshrimp.dev/ShittyKopper/Chuckya-fe-standalone',
"source_url": 'https://iceshrimp.dev/blueb/Chuckya-fe-standalone',
"version": instance.version,
"activity_api_enabled": false,
"default_content_type": "text/x.misskeymarkdown",