mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
added bknd admin config override to make it easier to include <Admin />
This commit is contained in:
@@ -2,4 +2,8 @@ import { adminPage, getServerSideProps } from "bknd/adapter/nextjs";
|
||||
import "bknd/dist/styles.css";
|
||||
|
||||
export { getServerSideProps };
|
||||
export default adminPage();
|
||||
export default adminPage({
|
||||
config: {
|
||||
basepath: "/admin"
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user