This commit is contained in:
zensprojects 2023-02-09 12:16:55 -08:00 committed by GitHub
parent 8576c95ad3
commit 3b88896038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
while (document.firstChild) {
document.removeChild(document.firstChild);
}
var url = window.location.toString();
window.location = url.replace('netlify.app', 'onrender.com');