Skip to content

Version 0.1.41

This version introduces support for deploying the application behind load balancers or reverse proxies that use base path prefixes. It ensures that all API calls and static asset loading correctly respect these base paths, improving flexibility in various hosting environments.

New Features

  • Added utility functions to detect and handle base paths, enabling API endpoints and static assets to work correctly when deployed behind load balancers or reverse proxies with path prefixes (1c78d2) (Eric Ma)

Bug Fixes

  • N/A

Deprecations

  • N/A