Thank you for the tip! I did not notice. Also, to get the custom thumbnail:
add this script to your index.html file, make a folder of your choice (I just made a /preview/ folder), add a new index.html file to THAT folder, and use that to make your custom preview. Here's mine for ref
const urlParams = new URLSearchParams(window.location.search); if (navigator.userAgent.includes('Screenjesus')) { window.location.replace("/preview/"); }
TYSM!! your site is also VV CUTE :)