Skip to content

Commit d60cf1b

Browse files
committed
fix: render card first get
1 parent 105d851 commit d60cf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/products.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const { Content } = await productsPost.render();
7979
`git-${repo}`,
8080
JSON.stringify({ data, expire: nowSeconds() + 4 * 60 * 60 })
8181
);
82-
repoCache.data(data, uuid);
82+
renderCard(data, uuid);
8383
});
8484
}
8585
</script>

0 commit comments

Comments
 (0)