How to change the logo_login.png strapi

I’ve created an index.html in the public folder with a JavaScript

<script>
window.location.href = '/admin';
</script>
1 Like