From 302266d16934b124eb08d0e4be38efd18b3aea12 Mon Sep 17 00:00:00 2001 From: Chizkiyahu Date: Mon, 21 Aug 2023 23:22:30 +0300 Subject: [PATCH] fix redirect --- source/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.js b/source/index.js index 7369d9fb1a..0a3d705094 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'); }