Skip to content

Commit 59f7ca3

Browse files
authored
Add redirect
1 parent f144b5c commit 59f7ca3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ import {
88
BrowserRouter, Routes, Route
99
} from "react-router";
1010

11+
window.location.href = "https://apps.zoarvalleysoftware.com/"; // redirect to new site.
12+
1113
const BASE = process.env.NODE_ENV === 'production' ? '/image-optimizer' : '/';
1214

15+
1316
createRoot(document.getElementById('root')).render(
1417
<StrictMode>
1518
<main id="main-content">

0 commit comments

Comments
 (0)