diff --git a/tool/host-redirect/src/index.js b/tool/host-redirect/src/index.js index 66edc5d40e..8ae676b93e 100644 --- a/tool/host-redirect/src/index.js +++ b/tool/host-redirect/src/index.js @@ -6,7 +6,7 @@ import data from './data/firebase_json.js' const currentPath = window.location.pathname; const redirect = getRedirect(currentPath) -console.log('Redirect: ', redirect) +console.log('Redirect:', redirect) if (redirect) { window.location.href = redirect }