Skip to content

Commit

Permalink
fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Chizkiyahu committed Oct 8, 2023
1 parent 1af3feb commit 23c40f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/* eslint-env es2015 */

if (window.location.hostname.endsWith('.github.io')) {
if (window.location.hostname.endsWith('lutzroeder.github.io')) {
window.location.replace('https://netron.app');
}

Expand Down

0 comments on commit 23c40f5

Please sign in to comment.