diff options
Diffstat (limited to 'src/components/Layout.jsx')
| -rw-r--r-- | src/components/Layout.jsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index 79e7813..9aac935 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -12,10 +12,10 @@ export default function Layout ({userData}) // so the app would be broken when served on the isolated domain const domain = window.location.host; console.log(domain); - if(domain === "localhost:3000") - { - window.location.replace("http://127.0.0.1:3000"); - } + //if(domain === "localhost:3000") + //{ + // window.location.replace("http://127.0.0.1:3000"); + //} return ( <> |
