We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f144b5c commit 59f7ca3Copy full SHA for 59f7ca3
src/main.jsx
@@ -8,8 +8,11 @@ import {
8
BrowserRouter, Routes, Route
9
} from "react-router";
10
11
+window.location.href = "https://apps.zoarvalleysoftware.com/"; // redirect to new site.
12
+
13
const BASE = process.env.NODE_ENV === 'production' ? '/image-optimizer' : '/';
14
15
16
createRoot(document.getElementById('root')).render(
17
<StrictMode>
18
<main id="main-content">
0 commit comments