zgl il y a 1 semaine
Parent
commit
c79ed6eed7
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/app/(public)/product/[...urlProduct]/page.tsx

+ 1 - 0
src/app/(public)/product/[...urlProduct]/page.tsx

@@ -30,6 +30,7 @@ import {
 
 // export const dynamic = 'auto'
 // // 'auto' | 'force-dynamic' | 'error' | 'force-static'
+export const dynamic = 'force-dynamic';
 
 async function getSingleProduct(urlKey: string) {