Update index.html

This commit is contained in:
Voxel 2025-03-28 11:41:45 -04:00 committed by GitHub
parent b84b797cd6
commit 8c82a4975f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@
var newFavicon = document.createElement('link');
newFavicon.id = 'favicon';
newFavicon.rel = 'icon';
newFavicon.href = 'new_favicon.ico';
newFavicon.href = '/assets/img/new_favicon.ico';
favicon.parentNode.replaceChild(newFavicon, favicon);
}