Use base path in redirect for conversation page
Updated the redirect in the conversation page loader to use the `base` path from `$app/paths` instead of a hardcoded root path. This ensures correct redirection when the app is deployed under a subpath.