You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web/CLI: Added runtime support for serving the app under the /ikanban/ base path, including prefixed SPA routes and API proxy path handling for same-origin deployments. (@isomoes)
Routing: Updated the app router and OpenCode server URL resolution to honor Vite BASE_URL, preventing path mismatches when deployed to GitHub Pages subpaths. (@isomoes)
CI: Simplified release build flow by producing the web artifact once with VITE_BASE_PATH=/ikanban/ before publishing npm and GitHub Pages outputs. (@isomoes)