👔 Increase the amount of featured post

This commit is contained in:
LittleSheep 2025-02-16 17:14:45 +08:00
parent a16c4c0764
commit 60fa7a5bff

View File

@ -14,7 +14,7 @@ import (
)
func listRecommendation(c *fiber.Ctx) error {
const featuredMax = 3
const featuredMax = 5
posts, err := services.GetFeaturedPosts(featuredMax)
if err != nil {