diff --git a/source/index.js b/source/index.js index 7369d9fb1a7..0a3d7050948 100644 --- a/source/index.js +++ b/source/index.js @@ -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'); }