This commit is contained in:
Mackie 2026-05-29 02:37:38 +08:00
parent 3a9c5408c3
commit 3dc4d15861

View file

@ -28,6 +28,7 @@ export default buildConfig({
// The `BeforeDashboard` component renders the 'welcome' block that you see after logging into your admin panel. // The `BeforeDashboard` component renders the 'welcome' block that you see after logging into your admin panel.
// Feel free to delete this at any time. Simply remove the line below. // Feel free to delete this at any time. Simply remove the line below.
beforeDashboard: ['@/components/BeforeDashboard'], beforeDashboard: ['@/components/BeforeDashboard'],
graphics: {
Logo, Logo,
}, },
}, },