The base path of the application.
@override String get basePath { final path = Uri.parse(_baseOrigin).path; return path.isEmpty ? '/' : path; }