Remove redundant basepath option

This commit is contained in:
cameronapak
2025-12-30 07:34:00 -06:00
parent 6faf0d421f
commit d00e5fe68c
2 changed files with 0 additions and 2 deletions

View File

@@ -133,7 +133,6 @@ describe("AppReduced", () => {
const options = appReduced.options;
expect(options).toEqual({
basepath: "/",
logo_return_path: "/custom-home",
basepath: "/custom-admin",
});

View File

@@ -71,7 +71,6 @@ export class AppReduced {
get options() {
return {
basepath: "/",
admin_basepath: "",
logo_return_path: "/",
...this._options,
};