adjusted remix example

This commit is contained in:
dswbx
2025-02-19 14:12:40 +01:00
parent 335fe42a22
commit f2e5815e24
11 changed files with 300 additions and 128 deletions

View File

@@ -4,6 +4,7 @@ import "bknd/dist/styles.css";
export default adminPage({
config: {
basepath: "/admin",
logo_return_path: "/../"
logo_return_path: "/../",
color_scheme: "system"
}
});