This commit is contained in:
IGNY8 VPS (Salman)
2026-01-17 16:11:31 +00:00
parent d3b3e1c0d4
commit ccb5b1d26d
9 changed files with 381 additions and 48 deletions

View File

@@ -200,7 +200,8 @@ export default function App() {
<Route path="/automation" element={<Navigate to="/automation/overview" replace />} />
<Route path="/automation/overview" element={<AutomationOverview />} />
<Route path="/automation/runs/:runId" element={<AutomationRunDetail />} />
<Route path="/automation/settings" element={<PipelineSettings />} />
{/* automation/settings removed - now in Site Settings > Automation tab */}
<Route path="/automation/settings" element={<Navigate to="/sites/settings?tab=automation" replace />} />
<Route path="/automation/run" element={<AutomationPage />} />
{/* Publisher Module - Content Calendar */}