zgl 1 周之前
父節點
當前提交
c79ed6eed7
共有 1 個文件被更改,包括 1 次插入0 次删除
  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) {