diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-03 09:42:50 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-03 09:42:50 +0700 |
| commit | 78d568e5978a60f5e7916cb022463a6e27dd4d54 (patch) | |
| tree | 590ebc43d2d5a136551941dc933f15f12f31e695 | |
| parent | f8abd467d40ce9c98d0b10d436181fc2d9b69986 (diff) | |
back to ssr
| -rw-r--r-- | src/pages/index.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index ac925b4e..cc4d68db 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -60,11 +60,11 @@ const CategoryHomeId = dynamic(() => ); const CategoryDynamic = dynamic(() => - import('@/lib/home/components/CategoryDynamic'), {ssr : false} + import('@/lib/home/components/CategoryDynamic') ); const CategoryDynamicMobile = dynamic(() => -import('@/lib/home/components/CategoryDynamicMobile'), {ssr: false} +import('@/lib/home/components/CategoryDynamicMobile') ); const CustomerReviews = dynamic(() => |
