products now have an image
This commit is contained in:
@@ -12,6 +12,7 @@ createInertiaApp({
|
||||
layout: (name) => {
|
||||
switch (true) {
|
||||
case name === 'Welcome':
|
||||
case name === 'Home':
|
||||
return null;
|
||||
case name.startsWith('auth/'):
|
||||
return AuthLayout;
|
||||
|
||||
Reference in New Issue
Block a user