mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-14 06:16:20 -06:00
express.static runs with index:false, so a bare /integrations/ fell through to the SPA catch-all and rendered the dashboard login instead of the integrations hub — the top-nav "Integrations" link, the canonical, and the sitemap entry all dead-ended at login. Add an explicit route (like /agency, /sitemap.xml): /integrations/ -> the hub's index.html, and /integrations -> 301 /integrations/. Spoke pages are real .html files already served by static. Folded into a re-cut of v1.9.6. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| config | ||
| db | ||
| lib | ||
| middleware | ||
| player | ||
| routes | ||
| scripts | ||
| services | ||
| test | ||
| ws | ||
| .gitignore | ||
| config.js | ||
| package-lock.json | ||
| package.json | ||
| server.js | ||
| version.js | ||