diff --git a/application/src/App.tsx b/application/src/App.tsx index 02a1ba1..cd62250 100644 --- a/application/src/App.tsx +++ b/application/src/App.tsx @@ -50,7 +50,7 @@ function App() { } /> } /> - } /> + } /> {/* Protected Routes */} { if (page.custom_domain) { window.open(`https://${page.custom_domain}`, '_blank'); } else { - // Navigate to the public status page route - window.open(`/status/${page.slug}`, '_blank'); + // Navigate to the public status page route using the correct format + window.open(`/public/${page.slug}`, '_blank'); } };