products now have an image

This commit is contained in:
2026-04-09 18:40:09 -06:00
parent 6d6194eeb6
commit 519f944139
6 changed files with 66 additions and 21 deletions
+1
View File
@@ -12,6 +12,7 @@ createInertiaApp({
layout: (name) => {
switch (true) {
case name === 'Welcome':
case name === 'Home':
return null;
case name.startsWith('auth/'):
return AuthLayout;