update brand logo
This commit is contained in:
@@ -24,6 +24,9 @@ export default buildConfig({
|
|||||||
admin: {
|
admin: {
|
||||||
components: {
|
components: {
|
||||||
// The `BeforeLogin` component renders a message that you see while logging into your admin panel.
|
// The `BeforeLogin` component renders a message that you see while logging into your admin panel.
|
||||||
|
graphics: {
|
||||||
|
Logo: './components/Logo/Logo',
|
||||||
|
},
|
||||||
// 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.
|
||||||
beforeLogin: ['@/components/BeforeLogin'],
|
beforeLogin: ['@/components/BeforeLogin'],
|
||||||
// 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user